Skip to content

Commit

Permalink
setup.py: Make sure the setuptools_available variable is set
Browse files Browse the repository at this point in the history
Otherwise it would crash if it can't import setuptools.
  • Loading branch information
jaimeMF committed Oct 28, 2013
1 parent 79b3f61 commit 369a759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
setuptools_available = True
except ImportError:
from distutils.core import setup
setuptools_available = False

try:
# This will create an exe that needs Microsoft Visual C++ 2008
Expand Down

0 comments on commit 369a759

Please sign in to comment.