eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py

changeset 7781
607a6098cb44
parent 7671
5c6b164618c6
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
5 5
6 """ 6 """
7 Module implementing a dialog to enter the interpreter for a virtual 7 Module implementing a dialog to enter the interpreter for a virtual
8 environment. 8 environment.
9 """ 9 """
10
11 10
12 import os 11 import os
13 12
14 from PyQt5.QtCore import pyqtSlot 13 from PyQt5.QtCore import pyqtSlot
15 from PyQt5.QtWidgets import QDialog, QDialogButtonBox 14 from PyQt5.QtWidgets import QDialog, QDialogButtonBox

eric ide

mercurial