Fix import

This commit is contained in:
Kevin Dungs 2014-11-17 15:44:39 +01:00
parent eed50f8ac6
commit c08ef2d10c
1 changed files with 2 additions and 0 deletions

2
app.py
View File

@ -1,5 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
import bottle
from bottle import ( from bottle import (
get, get,
run, run,
@ -13,6 +14,7 @@ import thesethreewords as these
def index(): def index():
return template('index', err=None) return template('index', err=None)
@get('/<threewords>') @get('/<threewords>')
def showMap(threewords): def showMap(threewords):
try: try: