浏览代码

Missing include.

master
Ben Kurtovic 8 年前
父节点
当前提交
0c90ed2327
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi 查看文件

@@ -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


正在加载...
取消
保存