Skip to content
Snippets Groups Projects
Commit 2e340128 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

fix py.test thing

parent ad172e39
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ Created on 06/09/2013
from __future__ import division, print_function, absolute_import, unicode_literals
from future import standard_library
standard_library.install_aliases()
from build_exe.cx.build_cx_exe import NUMPY
if __name__=="__main__":
from build_exe.cx.build_cx_exe import NUMPY
from build_exe.cx import build_cx_exe
build_cx_exe.build_exe("ascii2bin.py", version="3.0.1", includes=["'pandas'"], modules=['email', NUMPY])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment