From 6a1f720b1835fa7ec267ab44c88b10c34584b51a Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 15 Mar 2012 15:03:55 -0400 Subject: [PATCH] fix typo --- sfa/openstack/euca_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/openstack/euca_shell.py b/sfa/openstack/euca_shell.py index 80f9f524..eaa70f75 100644 --- a/sfa/openstack/euca_shell.py +++ b/sfa/openstack/euca_shell.py @@ -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: -- 2.43.0