Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

i18n: use from thgutil import module syntax

Changeset d50f5be5884e

Parent 113fceb58553

by Steve Borho

Changes to one file · Browse files at d50f5be5884e Showing diff from parent 113fceb58553 Diff from another changeset...

Change 1 of 1 Show Entire File thgutil/​i18n.py Stacked
 
8
9
10
11
 
12
13
14
 
8
9
10
 
11
12
13
14
@@ -8,7 +8,7 @@
   import gettext, sys  from gettext import gettext as _ -import paths, hglib +from thgutil import paths, hglib    gettext.bindtextdomain("tortoisehg", paths.get_locale_path())  gettext.textdomain("tortoisehg")