Update of /cvsroot/qooxdoo/qooxdoo/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6484/tools
Modified Files:
Tag: renderer
compileng.py
Log Message:
Minor changes
Index: compileng.py
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/tools/Attic/compileng.py,v
retrieving revision 1.1.2.66
retrieving revision 1.1.2.67
diff -C2 -d -r1.1.2.66 -r1.1.2.67
*** compileng.py 16 Jan 2006 16:36:19 -0000 1.1.2.66
--- compileng.py 16 Jan 2006 16:43:32 -0000 1.1.2.67
***************
*** 240,247 ****
global tokenizerLine
- # print "*** COMMENT BLOCK START"
- # print part
- # print "*** COMMENT BLOCK STOP"
-
return { "type" : "comment", "source" : part, "detail" : "", "line" : tokenizerLine, "file" : tokenizerFile }
--- 240,243 ----
|