~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/Preferences/ConfigurationPages/DebuggerPythonPage.py

Tags: 4.5.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
 
3
 
# Copyright (c) 2006 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
 
3
# Copyright (c) 2006 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>
4
4
#
5
5
 
6
6
"""
7
7
Module implementing the Debugger Python configuration page.
8
8
"""
9
9
 
10
 
from PyQt4.QtCore import QString, pyqtSignature
 
10
from PyQt4.QtCore import QDir, QString, pyqtSignature
11
11
 
12
12
from KdeQt import KQFileDialog
13
13
 
103
103
            None,
104
104
            self.trUtf8("Select Debug Client"),
105
105
            self.debugClientEdit.text(),
106
 
            self.trUtf8("Python Files (*.py *.py2)"))
 
106
            self.trUtf8("Python Files (*.py)"))
107
107
            
108
108
        if not file.isEmpty():
109
109
            self.debugClientEdit.setText(\