removed unused import cgi.FieldStorage

This commit is contained in:
András Veres-Szentkirályi 2013-02-21 10:58:30 +01:00 committed by Joar Wandborg
parent bedc215b44
commit 596b3410db

View File

@ -14,7 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from cgi import FieldStorage
from datetime import datetime
from werkzeug.exceptions import Forbidden