tweak
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 3 Apr 2011 01:24:47 +0000 (01:24 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 3 Apr 2011 01:24:47 +0000 (01:24 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1308 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/syrup/views/items.py

index 296548d..d366969 100644 (file)
@@ -1,11 +1,11 @@
-import os.path
-import hashlib
-from _common                     import *
-from conifer.plumbing.hooksystem import *
-from django.conf import settings
-from xml.etree                   import ElementTree as ET
-from collections                 import defaultdict
+from _common                              import *
+from collections                          import defaultdict
 from conifer.libsystems.evergreen.support import initialize, E1
+from conifer.plumbing.hooksystem          import *
+from django.conf                          import settings
+from xml.etree                            import ElementTree as ET
+import hashlib
+import os.path
 
 if hasattr(settings, 'OPENSRF_STAFF_USERID'): # TODO: we need an explicit 'we do updates' flag
     from conifer.libsystems.evergreen import opensrf