fix indentation error
authorMohamed Larabi <mohamed.larabi@inria.fr>
Wed, 13 Nov 2013 08:43:41 +0000 (09:43 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Wed, 13 Nov 2013 08:43:41 +0000 (09:43 +0100)
sfa/dummy/dummydriver.py

index 786ce14..b33c85d 100644 (file)
@@ -45,7 +45,7 @@ class DummyDriver (Driver):
 
     def __init__ (self, api):
         Driver.__init__ (self, api)
-   config = api.config
+        config = api.config
         self.hrn = config.SFA_INTERFACE_HRN
         self.root_auth = config.SFA_REGISTRY_ROOT_AUTH
         self.shell = DummyShell (config)