Explorar el Código

Missing include.

master
Ben Kurtovic hace 8 años
padre
commit
0c90ed2327
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Ver fichero

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


Cargando…
Cancelar
Guardar