awips2/pythonPackages/nose/unit_tests/test_issue_100.rst.py3.patch
2017-03-14 15:05:59 -05:00

8 lines
325 B
Diff

--- test_issue_100.rst.orig 2010-08-30 19:31:28.000000000 -0700
+++ test_issue_100.rst 2010-08-30 19:31:41.000000000 -0700
@@ -9,4 +9,4 @@
... pass
>>> test = nose.case.Test(SimpleTest())
>>> test.address()
- (None, '__builtin__', 'SimpleTest.runTest')
+ (None, 'builtins', 'SimpleTest.runTest')