@@ -3,6 +3,8 @@
# sqlalchemy: True
# auth: sqlalchemy
# mako: True
+import sys
+
try:
from setuptools import setup, find_packages
except ImportError: