Skip to content

Commit

Permalink
Move the import to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed May 7, 2015
1 parent 0319f54 commit 829469b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions modules/s3/s3widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@

import datetime
import os
import re

try:
import json # try stdlib (Python 2.6)
Expand Down
2 changes: 0 additions & 2 deletions modules/s3db/cms.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"S3CMS",
)

import re

try:
import json # try stdlib (Python 2.6)
except ImportError:
Expand Down

0 comments on commit 829469b

Please sign in to comment.