commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/src Icons.py


From: James Thompson
Subject: gnue/designer/src Icons.py
Date: Tue, 20 Nov 2001 16:51:50 -0500

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/11/20 16:51:50

Modified files:
        designer/src   : Icons.py 

Log message:
        Removed extra print statements

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/Icons.py.diff?cvsroot=OldCVS&tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnue/designer/src/Icons.py
diff -u gnue/designer/src/Icons.py:1.7 gnue/designer/src/Icons.py:1.8
--- gnue/designer/src/Icons.py:1.7      Tue Nov 20 14:53:01 2001
+++ gnue/designer/src/Icons.py  Tue Nov 20 16:51:50 2001
@@ -26,8 +26,6 @@
 # NOTES:
 #
 
-from gnue.common import GDebug
-
 import os
 from wxPython.wx import *
 from wxPython import __version__
@@ -56,10 +54,7 @@
 
 for f in ('block','datasource','entry','import','pagewidget',
           'page','trigger','properties'):
-  print 'looking for %s/destree_%s.%s' % (iconlocation, f,iconextension)
   if os.path.isfile('%s/destree_%s.%s' % (iconlocation, f,iconextension)):
-    GDebug.printMesg(0,'%s/destree_%s.%s' % (iconlocation, f,iconextension))
-    print 'Adding %s/destree_%s.%s' % (iconlocation, f,iconextension)
     treeIconMap[f] = treeIconList.AddIcon(
         wxIcon('%s/destree_%s.%s' % (iconlocation, f,iconextension), icontype))
   else:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]