From f1482dde0228656321a7e5d3dc31c0cae8cc8d4a Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Tue, 18 Nov 2014 10:13:43 +0100 Subject: [PATCH] Remove import of old api. --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 3adfd30..cab4b75 100755 --- a/app.py +++ b/app.py @@ -9,7 +9,6 @@ from bottle import ( ) import thesethreewords as these -import api as json_api @get('/static/')