diff --git a/VERSION b/VERSION index 104317a8..223e83b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-11-08 09:59:04) stable +Version 2.2.1 (2012-11-08 10:02:43) stable diff --git a/gluon/compileapp.py b/gluon/compileapp.py index b98e77aa..875f732b 100644 --- a/gluon/compileapp.py +++ b/gluon/compileapp.py @@ -453,7 +453,7 @@ def compile_views(folder): """ path = pjoin(folder, 'views') - for file in listdir(path, '^[\w/\-]+(\.\w+)+$'): + for file in listdir(path, '^[\w/\-]+(\.\w+)*$'): try: data = parse_template(file, path) except Exception, e: