From f8be550e6a12da54dbdc314d43bd0bf997805322 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 17 Sep 2012 10:26:17 -0500 Subject: [PATCH] fixed comment --- VERSION | 2 +- scripts/zip_static_files.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index c5d8fa43..abdbec55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-17 09:36:10) stable +Version 2.0.9 (2012-09-17 10:26:12) stable diff --git a/scripts/zip_static_files.py b/scripts/zip_static_files.py index 53f39cfe..10497b7a 100644 --- a/scripts/zip_static_files.py +++ b/scripts/zip_static_files.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -##launch with python web2py.py -S myapp -R scripts/gzip_all.py - +## launch with python web2py.py -S myapp -R scripts/zip_static_files.py ALLOWED_EXTS = ['.css', '.js'] import os