11 dialogs. These are a dialog to enter command options, a dialog to display |
11 dialogs. These are a dialog to enter command options, a dialog to display |
12 some repository information and an abstract base class. The individual |
12 some repository information and an abstract base class. The individual |
13 interfaces (i.e. CVS) have to be subclasses of this base class. |
13 interfaces (i.e. CVS) have to be subclasses of this base class. |
14 """ |
14 """ |
15 |
15 |
16 from __future__ import unicode_literals # __IGNORE_WARNING__ |
16 from __future__ import unicode_literals |
17 |
17 |
18 from E5Gui.E5Application import e5App |
18 from E5Gui.E5Application import e5App |
19 |
19 |
20 ###################################################################### |
20 ###################################################################### |
21 ## Below is the factory function to instantiate the appropriate |
21 ## Below is the factory function to instantiate the appropriate |