7 Module implemting a dialog to show repository information. |
7 Module implemting a dialog to show repository information. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt4.QtGui import QDialog |
10 from PyQt4.QtGui import QDialog |
11 |
11 |
12 from Ui_RepositoryInfoDialog import Ui_VcsRepositoryInfoDialog |
12 from .Ui_RepositoryInfoDialog import Ui_VcsRepositoryInfoDialog |
13 |
13 |
14 |
14 |
15 class VcsRepositoryInfoDialog(QDialog, Ui_VcsRepositoryInfoDialog): |
15 class VcsRepositoryInfoDialog(QDialog, Ui_VcsRepositoryInfoDialog): |
16 """ |
16 """ |
17 Class implemting a dialog to show repository information. |
17 Class implemting a dialog to show repository information. |