forgot import sys in start.py template

This commit is contained in:
Mark McClain
2010-12-03 14:57:42 -05:00
parent ff78bf4726
commit 0d9af588e3

View File

@@ -1,3 +1,4 @@
import sys
from pecan import make_app
from ${egg}.config import development