Less ignore. Not sure what's up with not finding marsh in python3

This commit is contained in:
rocky
2015-12-15 12:34:49 -05:00
parent 0c17af5def
commit fcfe451547
2 changed files with 1 additions and 1 deletions

1
test/.gitignore vendored
View File

@@ -1 +0,0 @@
/.python-version

View File

@@ -37,6 +37,7 @@ PYTHON_VERSION = sys.version_info.major + (sys.version_info.minor / 10.0)
PYTHON3 = (sys.version_info >= (3, 0))
import uncompyle6
import uncompyle6.marsh
from uncompyle6 import walker, verify, magics
sys.setrecursionlimit(5000)