aboutsummaryrefslogtreecommitdiff
path: root/src/runserver.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/runserver.py')
-rwxr-xr-xsrc/runserver.py1
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-import logging
import calendar
from bootstrap import conf, application, populate_g
from flask.ext.babel import Babel
bgstack15