[Pkg-gourmet-changes] gourmet/src/lib/exporters printer.py, 1.1.1.1, 1.2

el_cubano-guest at haydn.debian.org el_cubano-guest at haydn.debian.org
Tue Sep 27 23:32:45 UTC 2005


Update of /cvsroot/pkg-gourmet/gourmet/src/lib/exporters
In directory haydn:/tmp/cvs-serv18285/src/lib/exporters

Modified Files:
	printer.py 
Log Message:
Added myself as an uploader and commented out to global declarations that caused a byte-code compilation warning.  This needs to be investigated further.

Index: printer.py
===================================================================
RCS file: /cvsroot/pkg-gourmet/gourmet/src/lib/exporters/printer.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- printer.py	5 Sep 2005 00:19:42 -0000	1.1.1.1
+++ printer.py	27 Sep 2005 23:32:42 -0000	1.2
@@ -29,10 +29,12 @@
 def load_lprprint ():
     if os.name == 'nt':
         print 'Install wxWindows to print on Windows'
-        global RecRenderer,SimpleWriter
+        # TODO: figure out why this caused a warning
+        # global RecRenderer,SimpleWriter
         from winprinter import RecRenderer, SimpleWriter
     else:
-        global RecRenderer,SimpleWriter
+        # TODO: figure out why this caused a warning
+        # global RecRenderer,SimpleWriter
         from lprprinter import RecRenderer, SimpleWriter
 
 




More information about the Pkg-gourmet-changes mailing list