Ticket #595 (closed enhancement: fixed)
remove unused import in controllers/security
| Reported by: | fredj | Owned by: | elemoine |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | framework.server | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Commit |
Description
simplejson is imported but not used, patch:
Index: mapfish/controllers/security.py =================================================================== --- mapfish/controllers/security.py (revision 3601) +++ mapfish/controllers/security.py (working copy) @@ -6,7 +6,6 @@ from authkit.authorize.pylons_adaptors import authorize, authorized from authkit.permissions import ValidAuthKitUser from authkit.authorize import NotAuthorizedError -import simplejson import sys import os
Change History
Note: See
TracTickets for help on using
tickets.
