[Checkins] SVN: z3c.zalchemy/branches/jukart-SA-0.2/src/z3c/zalchemy/tests/test_directives.py Imports moved to the right place.

Jürgen Kartnaller juergen at kartnaller.at
Wed May 10 14:56:57 EDT 2006


Log message for revision 68089:
  Imports moved to the right place.

Changed:
  U   z3c.zalchemy/branches/jukart-SA-0.2/src/z3c/zalchemy/tests/test_directives.py

-=-
Modified: z3c.zalchemy/branches/jukart-SA-0.2/src/z3c/zalchemy/tests/test_directives.py
===================================================================
--- z3c.zalchemy/branches/jukart-SA-0.2/src/z3c/zalchemy/tests/test_directives.py	2006-05-10 18:55:23 UTC (rev 68088)
+++ z3c.zalchemy/branches/jukart-SA-0.2/src/z3c/zalchemy/tests/test_directives.py	2006-05-10 18:56:56 UTC (rev 68089)
@@ -1,6 +1,3 @@
-import unittest
-from cStringIO import StringIO
-
 ##############################################################################
 #
 # Copyright (c) 2006 ROBOTECH Logistiksysteme GmbH and Contributors.
@@ -17,6 +14,9 @@
 
 from zope import component
 
+import unittest
+from cStringIO import StringIO
+
 from zope.configuration.xmlconfig import xmlconfig, XMLConfig
 from zope.testing.doctestunit import DocTestSuite
 from zope.app.testing.placelesssetup import PlacelessSetup



More information about the Checkins mailing list