##// END OF EJS Templates
Backport PR #2067: update tools/release_windows.py...
Backport PR #2067: update tools/release_windows.py The first commit is the actual version of the file I used to build and upload the 0.13 installers to GitHub. The second commit fixes PyPI upload.

File last commit:

r3692:7403bafc
r7987:ef8bd66e
Show More
__init__.py
9 lines | 259 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
try:
from _numpy_testing_noseclasses import KnownFailure
except ImportError:
pass