ProjectController.py
changeset 1767 c74815729afd
parent 1766 c1e5b9f19483
child 1768 691083b5682a
--- a/ProjectController.py	Thu Aug 17 17:25:17 2017 +0300
+++ b/ProjectController.py	Fri Aug 18 12:36:31 2017 +0300
@@ -1700,10 +1700,7 @@
             return
 
         # Get connector uri
-        uri = self.\
-              BeremizRoot.\
-              getURI_location().\
-              strip()
+        uri = self.BeremizRoot.getURI_location().strip()
 
         # if uri is empty launch discovery dialog
         if uri == "":