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

workbench: remove unused imports

Changeset f6fe3b8c4b1d

Parent 63a16bd4800e

by Adrian Buehlmann

Changes to one file · Browse files at f6fe3b8c4b1d Showing diff from parent 63a16bd4800e Diff from another changeset...

 
9
10
11
12
13
14
15
 
16
17
18
19
20
 
21
22
23
 
9
10
11
 
 
12
 
13
14
15
16
17
 
18
19
20
21
@@ -9,15 +9,13 @@
 """  Main Qt4 application for TortoiseHg  """ -import sys, os -import re   -from PyQt4 import QtCore, QtGui, Qsci +import os    from PyQt4.QtCore import *  from PyQt4.QtGui import *   -from mercurial import ui, hg, util +from mercurial import hg  from mercurial.error import RepoError    from tortoisehg.util.util import tounicode