From 9291d38bb5f4422768d608c6901376abb3cdf24d Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 29 Nov 2012 17:13:30 -0600 Subject: [PATCH] added missing fileutils, fixed issue 1193, thanks Yager --- VERSION | 2 +- gluon/fileutils.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9fab07f0..a89f1477 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-11-29 17:04:46) stable +Version 2.2.1 (2012-11-29 17:12:52) stable diff --git a/gluon/fileutils.py b/gluon/fileutils.py index d15152cd..659419d3 100644 --- a/gluon/fileutils.py +++ b/gluon/fileutils.py @@ -7,6 +7,7 @@ Copyrighted by Massimo Di Pierro License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html) """ +import sys import storage import os import re