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, _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue