fix typo
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 15 Mar 2012 19:03:55 +0000 (15:03 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 15 Mar 2012 19:03:55 +0000 (15:03 -0400)
sfa/openstack/euca_shell.py

index 80f9f52..eaa70f7 100644 (file)
@@ -16,7 +16,7 @@ class EucaShell:
     """    
 
     def __init__(self, config):
-        self.config = Config
+        self.config = config
 
     def get_euca_connection(self):
         if not has_boto: