Skip to content

Commit

Permalink
DavidBurns fixing the setup file to have import it needed
Browse files Browse the repository at this point in the history
r14173
  • Loading branch information
AutomatedTester committed Oct 14, 2011
1 parent b21938e commit 4ccdfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from setuptools import setup
from setuptools.command.install import install

from os.path import dirname, join, isfile
from os.path import dirname, join, isfile, abspath
from shutil import copy
import sys

Expand Down

0 comments on commit 4ccdfc5

Please sign in to comment.