Remove import of old api.

This commit is contained in:
Kevin Dungs 2014-11-18 10:13:43 +01:00
parent ce9cd36c9d
commit f1482dde02
1 changed files with 0 additions and 1 deletions

1
app.py
View File

@ -9,7 +9,6 @@ from bottle import (
)
import thesethreewords as these
import api as json_api
@get('/static/<filename:path>')