Fix import

This commit is contained in:
Bruno Oliveira 2015-09-17 14:52:51 -03:00
parent f5f3a2a928
commit 3a8e375efe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if __name__ == '__main__':
sys.exit(res)
sys.exit(0)
rootdir = py.path.make_numbered_dir(prefix='cx_freeze')
rootdir = py.path.local.make_numbered_dir(prefix='cx_freeze')
res = os.system('pip install --download %s --no-use-wheel '
'cx_freeze' % rootdir)