Preferences/ConfigurationPages/DebuggerGeneralPage.py

changeset 3038
7fe9a53280bd
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Preferences/ConfigurationPages/DebuggerGeneralPage.py	Sat Oct 19 16:14:07 2013 +0200
+++ b/Preferences/ConfigurationPages/DebuggerGeneralPage.py	Sat Oct 19 16:51:12 2013 +0200
@@ -253,7 +253,7 @@
                         """<p>The entered address <b>{0}</b> is not"""
                         """ a valid IP v4 or IP v6 address."""
                         """ Aborting...</p>""")
-                        .format(allowedHost))
+                    .format(allowedHost))
         
     @pyqtSlot()
     def on_deleteAllowedHostButton_clicked(self):
@@ -286,7 +286,7 @@
                         """<p>The entered address <b>{0}</b> is not"""
                         """ a valid IP v4 or IP v6 address."""
                         """ Aborting...</p>""")
-                        .format(allowedHost))
+                    .format(allowedHost))
     
 
 def create(dlg):

eric ide

mercurial