commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9820 - trunk/gnue-common/src/apps


From: johannes
Subject: [gnue] r9820 - trunk/gnue-common/src/apps
Date: Wed, 21 Nov 2007 03:48:25 -0600 (CST)

Author: johannes
Date: 2007-11-21 03:48:24 -0600 (Wed, 21 Nov 2007)
New Revision: 9820

Modified:
   trunk/gnue-common/src/apps/GBaseApp.py
Log:
Instanciate the StringIO so it can be used properly


Modified: trunk/gnue-common/src/apps/GBaseApp.py
===================================================================
--- trunk/gnue-common/src/apps/GBaseApp.py      2007-11-21 09:35:42 UTC (rev 
9819)
+++ trunk/gnue-common/src/apps/GBaseApp.py      2007-11-21 09:48:24 UTC (rev 
9820)
@@ -731,7 +731,7 @@
         else:
             doprint = True
             import StringIO
-            handle = StringIO.StringIO
+            handle = StringIO.StringIO()
 
         try:
             self.selfdoc(self.OPTIONS['selfdoc'], handle,





reply via email to

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