Preferences/ConfigurationPages/DebuggerRubyPage.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 1131
7781e396c903
--- a/Preferences/ConfigurationPages/DebuggerRubyPage.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Preferences/ConfigurationPages/DebuggerRubyPage.py	Fri Mar 11 16:51:57 2011 +0100
@@ -18,6 +18,7 @@
 import Preferences
 import Utilities
 
+
 class DebuggerRubyPage(ConfigurationPageBase, Ui_DebuggerRubyPage):
     """
     Class implementing the Debugger Ruby configuration page.
@@ -42,9 +43,9 @@
         """
         Public slot to save the Debugger Ruby configuration.
         """
-        Preferences.setDebugger("RubyInterpreter", 
+        Preferences.setDebugger("RubyInterpreter",
             self.rubyInterpreterEdit.text())
-        Preferences.setDebugger("RubyRedirect", 
+        Preferences.setDebugger("RubyRedirect",
             self.rbRedirectCheckBox.isChecked())
         
     @pyqtSlot()
@@ -61,6 +62,7 @@
             self.rubyInterpreterEdit.setText(
                 Utilities.toNativeSeparators(file))
     
+
 def create(dlg):
     """
     Module function to create the configuration page.

eric ide

mercurial