renamed project

This commit is contained in:
Matthew Scragg 2013-10-03 10:01:40 -05:00
parent cba28239a2
commit 2bbeb52178
307 changed files with 4 additions and 4 deletions

2
app.py
View file

@ -1,7 +1,7 @@
from gevent import monkey, pywsgi
monkey.patch_all()
import logging
from reimagine import app
from realms import app
if __name__ == '__main__':
app.logger.setLevel(logging.INFO)