[Checkins] SVN: martian/trunk/src/martian/directive.py Remove whitespace

Philipp von Weitershausen philikon at philikon.de
Wed May 21 18:18:33 EDT 2008


Log message for revision 86895:
  Remove whitespace

Changed:
  U   martian/trunk/src/martian/directive.py

-=-
Modified: martian/trunk/src/martian/directive.py
===================================================================
--- martian/trunk/src/martian/directive.py	2008-05-21 22:18:11 UTC (rev 86894)
+++ martian/trunk/src/martian/directive.py	2008-05-21 22:18:32 UTC (rev 86895)
@@ -106,7 +106,7 @@
         if value is default:
             value = directive.store.get(directive, module, default)
         return value
-    
+
 CLASS_OR_MODULE = ClassOrModuleScope()
 
 class ModuleScope(object):
@@ -117,7 +117,7 @@
 
     def get(self, directive, component, module, default):
         return directive.store.get(directive, module, default)
-    
+
 MODULE = ModuleScope()
 
 class Directive(object):



More information about the Checkins mailing list