Browse Source

Missing include.

master
Ben Kurtovic 8 years ago
parent
commit
0c90ed2327
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi View File

@@ -1,7 +1,7 @@
#! /data/project/earwig-dev/env/bin/python
# -*- coding: utf-8 -*-

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

from tif.calc import calculate_tif


Loading…
Cancel
Save