converiting the deploy settings obj to a dict
[apex.git] / lib / python / apex / __init__.py
index 5b15850..e1b8b54 100644 (file)
@@ -9,5 +9,5 @@
 
 
 from .network_settings import NetworkSettings
-from .deploy_env import DeploySettings
+from .deploy_settings import DeploySettings
 from .network_environment import NetworkEnvironment