From c08ef2d10c82a268fba797b8beefb01cb7fc1af9 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Mon, 17 Nov 2014 15:44:39 +0100 Subject: [PATCH] Fix import --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index db4659f..e125455 100755 --- a/app.py +++ b/app.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +import bottle from bottle import ( get, run, @@ -13,6 +14,7 @@ import thesethreewords as these def index(): return template('index', err=None) + @get('/') def showMap(threewords): try: