Rework application layout.

This commit is contained in:
2013-10-14 00:12:29 +01:00
parent cbc7d1eb9f
commit bca47e6331
7 changed files with 123 additions and 119 deletions

View File

@@ -3,7 +3,7 @@ try:
except ImportError:
raise Exception('Flask is not available, please install if you wish to use Standings as a webapp')
from standings import Standings
from .core import Standings
app = Flask(__name__)
stdobj = Standings()