10432:2fe91fe443dd | 10433:328f3ec4b77a |
---|---|
452 | 452 |
453 def __init__(self, parent=None): | 453 def __init__(self, parent=None): |
454 """ | 454 """ |
455 Constructor | 455 Constructor |
456 | 456 |
457 @param parent reference to the parent widget (QWidget) | 457 @param parent reference to the parent widget |
458 @type QWidget | |
458 """ | 459 """ |
459 from eric7.VirtualEnv.VirtualenvManager import VirtualenvManager | 460 from eric7.VirtualEnv.VirtualenvManager import VirtualenvManager |
460 | 461 |
461 super().__init__(parent) | 462 super().__init__(parent) |
462 | 463 |