X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..6f259188505882b44a5a8989fcac7e83c9146f47:/wxPython/wx/py/tests/test_introspect.py?ds=sidebyside diff --git a/wxPython/wx/py/tests/test_introspect.py b/wxPython/wx/py/tests/test_introspect.py index 887b40c39e..b6bd53fa83 100644 --- a/wxPython/wx/py/tests/test_introspect.py +++ b/wxPython/wx/py/tests/test_introspect.py @@ -630,7 +630,7 @@ class GetAttributeNamesTestCase(GetAttributeTestCase): def setUp(self): GetAttributeTestCase.setUp(self) - import PyCrust + from wx import py spam = Spam() self.f = open('test_introspect.py') self.items = ( @@ -672,7 +672,7 @@ class GetAttributeNamesTestCase(GetAttributeTestCase): # Module. introspect, # Package. - PyCrust, + py, # Buffer. buffer(''), # File.