Skip to content

Commit

Permalink
remove sys from import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 29, 2019
1 parent b48bea3 commit de670bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cx_setup.py
Expand Up @@ -4,7 +4,6 @@

import distutils
import os.path
import sys

from cx_Freeze import Executable, setup

Expand Down Expand Up @@ -100,4 +99,4 @@
# \lib\multiprocessing\Pool.pyc
# to pool.pyc
# see:
# https://github.com/anthony-tuininga/cx_Freeze/issues/353
# https://github.com/anthony-tuininga/cx_Freeze/issues/353

0 comments on commit de670bb

Please sign in to comment.