From 65136283847d6fa6cae889d9f4748d1912a37f8d Mon Sep 17 00:00:00 2001 From: "Patrick K. O'Brien" Date: Fri, 13 Feb 2004 02:52:06 +0000 Subject: [PATCH] Fix test broken by change in package name from PyCrust to py. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/py/tests/test_introspect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.45.2