X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..b887061dd1d7b3a49a111513309b1bb5c308537c:/wxPython/wx/py/__init__.py?ds=sidebyside diff --git a/wxPython/wx/py/__init__.py b/wxPython/wx/py/__init__.py index 7efc5e89c1..4ae1c3a91a 100644 --- a/wxPython/wx/py/__init__.py +++ b/wxPython/wx/py/__init__.py @@ -1,3 +1,20 @@ -# Py is really located in the old namespace, but it doesn't need any -# renaming done. -from wxPython.py import * +"""The py package, formerly the PyCrust package.""" + +__author__ = "Patrick K. O'Brien " +__cvsid__ = "$Id$" +__revision__ = "$Revision$"[11:-2] + +import buffer +import crust +import dispatcher +import document +import editor +import editwindow +import filling +import frame +import images +import interpreter +import introspect +import pseudo +import shell +import version