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

el_cubano-guest at haydn.debian.org el_cubano-guest at haydn.debian.org
Sat Oct 29 18:45:36 UTC 2005


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

Modified Files:
	printer.py 
Log Message:
Reverted changes to printer.py.  Will reintroduce them in a dpatch under debian/

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




More information about the Pkg-gourmet-changes mailing list