Skip to content

Commit

Permalink
Shoulda gone out with r5607.
Browse files Browse the repository at this point in the history
  • Loading branch information
groves committed Jan 17, 2009
1 parent 955442d commit d64fd0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/test/test_builtin_jy.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class ModuleNameTest(unittest.TestCase):

def test_names(self):
for name in sys.builtin_module_names:
if name != '_jython' and name not in ('time', '_random', 'array', '_collections', '_ast'):
if name not in ('time', '_random', 'array', '_collections', '_ast'):
module = __import__(name)
self.assertEqual(name, module.__name__)

Expand Down
1 change: 0 additions & 1 deletion src/org/python/modules/Setup.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class Setup
"_codecs",
"imp",
"ucnhash",
"_jython",
"_new:org.python.modules._newmodule",
"_weakref:org.python.modules._weakref.WeakrefModule",
"errno",
Expand Down

0 comments on commit d64fd0e

Please sign in to comment.