manage.py properly

This commit is contained in:
Kenneth Reitz
2011-06-12 18:14:05 -04:00
parent 22195385c2
commit b9a47c21bf
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from flask import Flask
from flaskext.script import Manager, Command
app = Flask(__name__)