Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

hgemail, serve: follow the naming convention of compiled ui file

Changeset 7fe6cca4e8bc

Parent 4f774a908de1

by Yuya Nishihara

Changes to 2 files · Browse files at 7fe6cca4e8bc Showing diff from parent 4f774a908de1 Diff from another changeset...

 
17
18
19
20
 
21
22
23
 
17
18
19
 
20
21
22
23
@@ -17,7 +17,7 @@
 from tortoisehg.hgqt import cmdui, lexers    try: - from tortoisehg.hgqt.ui_hgemail import Ui_EmailDialog + from tortoisehg.hgqt.hgemail_ui import Ui_EmailDialog  except ImportError:   from PyQt4 import uic   Ui_EmailDialog = uic.loadUiType(os.path.join(os.path.dirname(__file__),
 
13
14
15
16
 
17
18
19
 
13
14
15
 
16
17
18
19
@@ -13,7 +13,7 @@
 from tortoisehg.hgqt.i18n import _    try: - from tortoisehg.hgqt.ui_serve import Ui_ServeDialog + from tortoisehg.hgqt.serve_ui import Ui_ServeDialog  except ImportError:   from PyQt4 import uic   Ui_ServeDialog = uic.loadUiType(os.path.join(os.path.dirname(__file__),