Ver código fonte

Missing include.

master
Ben Kurtovic 8 anos atrás
pai
commit
0c90ed2327
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Ver arquivo

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


Carregando…
Cancelar
Salvar