projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add some more docs to the runtime installer.
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
tests
/
test_introspect.py
diff --git
a/wxPython/wx/py/tests/test_introspect.py
b/wxPython/wx/py/tests/test_introspect.py
index 887b40c39ec6ee28ff0e7d7080fab1490f624d30..b6bd53fa838e88149ffc202453d852ff41236a3a 100644
(file)
--- 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.