Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable reporegistry: fix double imports of qtlib

Changeset 2ce3df7f4f68

Parent 530ad705702c

by Yuya Nishihara

Changes to one file · Browse files at 2ce3df7f4f68 Showing diff from parent 530ad705702c Diff from another changeset...

 
16
17
18
19
20
21
22
23
24
 
16
17
18
 
 
 
19
20
21
@@ -16,9 +16,6 @@
 from PyQt4.QtCore import *  from PyQt4.QtGui import *   -import qtlib - -  def settingsfilename():   """Return path to thg-reporegistry.xml as unicode"""   s = QSettings()