From 2c0e17cb977a1e8782799b337df8b1583d019906 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Mon, 12 Oct 2015 22:36:01 +0200 Subject: bootstraping react --- src/runserver.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/runserver.py') diff --git a/src/runserver.py b/src/runserver.py index d0bfa533..dabc7e6b 100755 --- a/src/runserver.py +++ b/src/runserver.py @@ -18,7 +18,6 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import logging import calendar from bootstrap import conf, application, populate_g from flask.ext.babel import Babel -- cgit