]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/PyShell.py
Allow minimal acceptable row height/column width to be set to 0 for
[wxWidgets.git] / wxPython / wx / py / PyShell.py
index 08a2ae9329b2c0c62bf9b115a1c8dee03bc8e964..4babed4cc3902fd59680d9dc8b7214e11d963ab8 100644 (file)
@@ -1,11 +1,11 @@
 
 """Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
 
-__cvsid__ = "$Id$"
-__revision__ = "$Revision$"[11:-2]
-
 from wx import _rename
 from wxPython.py import PyShell
 _rename(globals(), PyShell.__dict__, modulename='py.PyShell')
 del PyShell
 del _rename
+
+if __name__ == '__main__':
+    main()