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

thgconfig: remove unused imports

Changeset d2eaf789aa94

Parent a80b28a97e05

by Steve Borho

Changes to one file · Browse files at d2eaf789aa94 Showing diff from parent a80b28a97e05 Diff from another changeset...

 
8
9
10
11
12
13
 
14
15
16
17
18
19
20
 
8
9
10
 
11
 
12
13
14
15
 
16
17
18
@@ -8,13 +8,11 @@
 import gtk  import gobject  import os -import pango  from mercurial.i18n import _ -from mercurial import hg, ui, cmdutil, util +from mercurial import hg, ui, util  from dialog import error_dialog, question_dialog  from hglib import RepoError, toutf, fromutf  import shlib -import shelve  import iniparse    _unspecstr = _('<unspecified>')