Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 25, 2009
1 parent 3c2340e commit 85b9aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
# you should have received as part of this distribution.
try:
from setuptools import setup, find_packages
from setuptools.command.easy_install import easy_install
from setuptools.command.easy_install import easy_install
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
Expand Down

0 comments on commit 85b9aaf

Please sign in to comment.