Alessandro Angelino / mbed-tools

Fork of mbed-tools by Morpheus

Revision:
2:5f044fef8f98
Parent:
0:4a2e5f0422d6
Child:
3:f84c91e6a7a2
--- a/settings.py	Wed Mar 30 16:27:19 2016 +0000
+++ b/settings.py	Wed Mar 30 19:28:05 2016 +0100
@@ -99,6 +99,6 @@
 try:
     # Allow to overwrite the default settings without the need to edit the
     # settings file stored in the repository
-    from workspace_tools.private_settings import *
+    from tools.private_settings import *
 except ImportError:
-    print '[WARNING] Using default settings. Define your settings in the file "workspace_tools/private_settings.py" or in "./mbed_settings.py"'
+    print '[WARNING] Using default settings. Define your settings in the file "tools/private_settings.py" or in "./mbed_settings.py"'