From d38c6e6e3f5c613059d5ab3c02bd984c74e19cca Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Jun 2003 20:35:21 +0000 Subject: [PATCH] fix how this package is imported instead of using the default generated by wx_create.py git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/py/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wxPython/wx/py/__init__.py b/wxPython/wx/py/__init__.py index 717d76b577..7efc5e89c1 100644 --- a/wxPython/wx/py/__init__.py +++ b/wxPython/wx/py/__init__.py @@ -1 +1,3 @@ -# Python package +# Py is really located in the old namespace, but it doesn't need any +# renaming done. +from wxPython.py import *