Removed unnecessary block at end of __init__.py

This commit is contained in:
str4d
2012-12-19 21:32:10 +00:00
parent d633b4a704
commit d7bce01288

View File

@ -127,6 +127,3 @@ def server_error(error):
# Import these to ensure they get loaded
import templatevars
import urls
if __name__ == '__main__':
app.run(debug=True)