]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/PyAlaCarte.py
reSWIGged
[wxWidgets.git] / wxPython / wx / py / PyAlaCarte.py
index 64c8b6304e4d3c6d0e22b0a5993092ae02601a4b..f7ecb0740e23642eec9cd4475e1efac2e3661f76 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 PyAlaCarte
 _rename(globals(), PyAlaCarte.__dict__, modulename='py.PyAlaCarte')
 del PyAlaCarte
 del _rename
+
+if __name__ == '__main__':
+    main()