nuwan_ag 10 anni fa
parent
commit
ad0b119bb9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ the bridge pattern.
 Usage example
 ```python
 from cloudbridge.providers.interfaces import CloudProviderFactory
-from cloudbridge.util import Bunch
+from bunch import Bunch
 
 config = Bunch(access_key='a_key',
                secret_key='s_key')