From 5251ec1ee5210df817a8bac71da3bc1d7c0d5bd2 Mon Sep 17 00:00:00 2001 From: Aaron Williams Date: Tue, 22 Apr 2014 11:58:20 -0700 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index faedd3b1..cb287b9d 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +import os try: from setuptools import setup except ImportError: @@ -14,8 +15,6 @@ except (IOError, ImportError): description = open('README.md').read() -import os - # allow setup.py to be run from any path os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))