[Checkins] SVN: martian/branches/jw-philipp-using-ndir-directives/src/martian/ndir.py Whitespace fix.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Sat May 3 05:21:12 EDT 2008


Log message for revision 86157:
  Whitespace fix.

Changed:
  U   martian/branches/jw-philipp-using-ndir-directives/src/martian/ndir.py

-=-
Modified: martian/branches/jw-philipp-using-ndir-directives/src/martian/ndir.py
===================================================================
--- martian/branches/jw-philipp-using-ndir-directives/src/martian/ndir.py	2008-05-03 09:20:35 UTC (rev 86156)
+++ martian/branches/jw-philipp-using-ndir-directives/src/martian/ndir.py	2008-05-03 09:21:12 UTC (rev 86157)
@@ -12,8 +12,9 @@
         dotted_name = (directive.__class__.__module__ + '.' +
                        directive.__class__.__name__)
         if dotted_name in frame.f_locals:
-            raise GrokImportError("The '%s' directive can only be called once per %s." %
-                                  (directive.name, directive.scope.description))
+            raise GrokImportError(
+                "The '%s' directive can only be called once per %s." %
+                (directive.name, directive.scope.description))
         frame.f_locals[dotted_name] = value
 
     def get(self, directive, component, default):



More information about the Checkins mailing list