Skip to content

Commit

Permalink
Updated setup.py for 2to3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Aug 11, 2015
1 parent 7358c06 commit 212e2e6
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 @@ -13,8 +13,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

from distutils.core import setup
from setuptools import find_packages
from setuptools import setup, find_packages
import sys

convert_2_to_3 = {}
Expand Down

0 comments on commit 212e2e6

Please sign in to comment.