Skip to content

Commit

Permalink
fixed missing import sys
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadia committed Jun 15, 2012
1 parent bd034ed commit e57fcb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -21,6 +21,7 @@

def configuration(parent_package='',top_path=None):
import os
import sys
from numpy.distutils.misc_util import Configuration

package_path=os.path.join(os.path.dirname(__file__),'src','python')
Expand Down Expand Up @@ -68,6 +69,7 @@ def configuration(parent_package='',top_path=None):

def setup_package():
import os
import sys
from numpy.distutils.core import setup

old_path = os.getcwd()
Expand Down

0 comments on commit e57fcb0

Please sign in to comment.