This website works better with JavaScript.
Home
Help
Sign In
ben
/
template-influence-factor
mirror of
https://github.com/earwig/template-influence-factor
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Missing include.
master
Ben Kurtovic
8 years ago
parent
2fcde9f420
commit
0c90ed2327
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save