diff --git a/runserver.py b/runserver.py index ef2fab0..76ee096 100755 --- a/runserver.py +++ b/runserver.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ## These two lines are needed to run on EL6 __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4']