Update of /cvsroot/q-lang/qcalc
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6105
Modified Files:
qcalc.q
Log Message:
remove unneeded import of the reftypes module, which breaks the fill operation
Index: qcalc.q
===================================================================
RCS file: /cvsroot/q-lang/qcalc/qcalc.q,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** qcalc.q 10 Nov 2007 13:00:28 -0000 1.122
--- qcalc.q 10 Nov 2007 13:17:30 -0000 1.123
***************
*** 39,43 ****
COPYRIGHT = "Copyright \169 2007 by Albert Gr\228f";
! import smokeqt, dict, hdict, set, reftypes, system;
/* The GUI. ****************************************************************/
--- 39,43 ----
COPYRIGHT = "Copyright \169 2007 by Albert Gr\228f";
! import smokeqt, dict, hdict, set, system;
/* The GUI. ****************************************************************/
|