You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/07/06 18:34:49 UTC

svn commit: r209475 - /gump/branches/Gump3/pygump/python/gump/plugins/introspection.py

Author: leosimons
Date: Wed Jul  6 09:34:46 2005
New Revision: 209475

URL: http://svn.apache.org/viewcvs?rev=209475&view=rev
Log:
Fix last line to not have 'test -s' throw an error.

Modified:
    gump/branches/Gump3/pygump/python/gump/plugins/introspection.py

Modified: gump/branches/Gump3/pygump/python/gump/plugins/introspection.py
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/pygump/python/gump/plugins/introspection.py?rev=209475&r1=209474&r2=209475&view=diff
==============================================================================
--- gump/branches/Gump3/pygump/python/gump/plugins/introspection.py (original)
+++ gump/branches/Gump3/pygump/python/gump/plugins/introspection.py Wed Jul  6 09:34:46 2005
@@ -100,4 +100,4 @@
         #            if callable(att):
         #                continue
         #            self.log.debug("BOOTSTRAP-ANT command attribute %s has value %s" % (p, att))
-        
\ No newline at end of file
+