summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 73e30e5..a9cf837 100644
--- a/setup.py
+++ b/setup.py
@@ -18,8 +18,8 @@
#
# Author: Paul W. Frields <stickster@gmail.com>
-from pulsecaster.config import *
from setuptools import setup, find_packages
+from pulsecaster.config import *
setup(
name = "pulsecaster",
version = VERSION,