Skip to content

Commit

Permalink
setup correction
Browse files Browse the repository at this point in the history
  • Loading branch information
campagnola committed Dec 24, 2014
1 parent 9a15b55 commit e882066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@


import distutils.dir_util
from distutils.command import build
import os, sys, re
try:
import setuptools
from setuptools import setup
from setuptools.command import build
from setuptools.command import install
except ImportError:
from distutils.core import setup
from distutils.command import build
from distutils.command import install


Expand Down

0 comments on commit e882066

Please sign in to comment.