24 from eric7.UI.DeleteFilesConfirmationDialog import DeleteFilesConfirmationDialog |
24 from eric7.UI.DeleteFilesConfirmationDialog import DeleteFilesConfirmationDialog |
25 |
25 |
26 from .VirtualenvMeta import VirtualenvMetaData |
26 from .VirtualenvMeta import VirtualenvMetaData |
27 |
27 |
28 |
28 |
|
29 # TODO: introduce 'eric-ide Server' environment definitions |
29 class VirtualenvManager(QObject): |
30 class VirtualenvManager(QObject): |
30 """ |
31 """ |
31 Class implementing an object to manage Python virtual environments. |
32 Class implementing an object to manage Python virtual environments. |
32 |
33 |
33 @signal virtualEnvironmentAdded() emitted to indicate the addition of |
34 @signal virtualEnvironmentAdded() emitted to indicate the addition of |