diff --git a/VERSION b/VERSION index f52d7b441f..90cf524306 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -nursix-1.1.0-devel-2305-g10b5e1e (2015-05-07 14:05:42) +nursix-1.1.0-devel-2306-g0319f54 (2015-05-07 15:05:26) diff --git a/modules/s3/s3widgets.py b/modules/s3/s3widgets.py index 872be43120..82557ee264 100644 --- a/modules/s3/s3widgets.py +++ b/modules/s3/s3widgets.py @@ -82,6 +82,7 @@ import datetime import os +import re try: import json # try stdlib (Python 2.6) diff --git a/modules/s3db/cms.py b/modules/s3db/cms.py index 058be3c743..819b09ca18 100644 --- a/modules/s3db/cms.py +++ b/modules/s3db/cms.py @@ -39,8 +39,6 @@ "S3CMS", ) -import re - try: import json # try stdlib (Python 2.6) except ImportError: