Skip to content

Commit

Permalink
removed unnecessary sys.path call
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed May 13, 2015
1 parent 4425e67 commit f0bbd06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@

import os
import sys
from setuptools import setup
from distutils.util import convert_path

sys.path.insert(0, os.path.join('.', 'kmodes'))

main_ns = {}
ver_path = convert_path('kmodes/version.py')
with open(ver_path) as ver_file:
Expand Down

0 comments on commit f0bbd06

Please sign in to comment.