Preferences/ConfigurationPages/PythonPage.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3025
67064c71df21
child 3145
a9de05d4a22f
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
57 enc = self.ioEncodingComboBox.currentText() 57 enc = self.ioEncodingComboBox.currentText()
58 if not enc: 58 if not enc:
59 enc = "utf-8" 59 enc = "utf-8"
60 Preferences.setSystem("IOEncoding", enc) 60 Preferences.setSystem("IOEncoding", enc)
61 61
62 Preferences.setDebugger("PythonExtensions", 62 Preferences.setDebugger(
63 "PythonExtensions",
63 self.py2ExtensionsEdit.text()) 64 self.py2ExtensionsEdit.text())
64 Preferences.setDebugger("Python3Extensions", 65 Preferences.setDebugger(
66 "Python3Extensions",
65 self.py3ExtensionsEdit.text()) 67 self.py3ExtensionsEdit.text())
66 68
67 69
68 def create(dlg): 70 def create(dlg):
69 """ 71 """

eric ide

mercurial