VirtualEnv/VirtualenvNameDialog.py

branch
conda
changeset 6678
5f1de9e59227
parent 6677
6299d69a218a
--- a/VirtualEnv/VirtualenvNameDialog.py	Sun Jan 27 19:52:37 2019 +0100
+++ b/VirtualEnv/VirtualenvNameDialog.py	Sun Jan 27 19:58:14 2019 +0100
@@ -8,6 +8,8 @@
 environment.
 """
 
+from __future__ import unicode_literals
+
 from PyQt5.QtCore import pyqtSlot, Qt
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
 
@@ -42,7 +44,7 @@
     @pyqtSlot(str)
     def on_nameEdit_textChanged(self, txt):
         """
-        Slot documentation goes here.
+        Private slot to handle a change of the environment name.
         
         @param txt contens of the name edit
         @type str

eric ide

mercurial