##// END OF EJS Templates
Merge pull request #3540 from minrk/cythoncache...
Merge pull request #3540 from minrk/cythoncache allow cython cache dir to be deleted workaround by clearing the distutils mkpath cache, which prevents it from ever creating a given path more than once.

File last commit:

r4053:b45902e3
r11225:4920fb07 merge
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from decorator import *
except ImportError:
from _decorator import *