Browse Source

Fix import.

pull/24/head
Ben Kurtovic 10 years ago
parent
commit
c20b7ffeb8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app.fcgi

+ 2
- 1
app.fcgi View File

@@ -2,7 +2,8 @@
# -*- coding: utf-8 -*-

from time import asctime
from logging import DEBUG, TimedRotatingFileHandler
from logging import DEBUG
from logging.handlers import TimedRotatingFileHandler

from flask import Flask, request
from flask.ext.mako import render_template


Loading…
Cancel
Save