fixed minify caching problem, thanks Niphlod

This commit is contained in:
mdipierro
2012-09-12 09:55:56 -05:00
parent e3a9044164
commit ad6ed03f0d
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ try:
have_git = True
except ImportError:
have_git = False
GIT_MISSING = 'requires python-git module, but not installed or incompatible version'
GIT_MISSING = 'requires gitpython module, but not installed or incompatible version'
from gluon.languages import (read_possible_languages, read_dict, write_dict,
read_plural_dict, write_plural_dict)