]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - setup.py
Add middleware to test for users that are in the database
[bluechips.git] / setup.py
index 1eb8594c88dba035383ad957a26ffd310e64bdf9..ca9d521f79ce1787a4edad4f23e0b83c17528638 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 try:
     from setuptools import setup, find_packages
 except ImportError: