Show More
@@ -27,7 +27,7 b' def test_deepreload_numpy():' | |||||
27 | # Standard exclusions: |
|
27 | # Standard exclusions: | |
28 | 'sys', 'os.path', '__builtin__', '__main__', |
|
28 | 'sys', 'os.path', '__builtin__', '__main__', | |
29 | # Test-related exclusions: |
|
29 | # Test-related exclusions: | |
30 | 'unittest', |
|
30 | 'unittest', 'UserDict', | |
31 | ] |
|
31 | ] | |
32 | dreload(numpy, exclude=exclude) |
|
32 | dreload(numpy, exclude=exclude) | |
33 |
|
33 |
General Comments 0
You need to be logged in to leave comments.
Login now