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

stable clone: remove unused import of string

Changeset 511edbc7fed1

Parent 1c43021fc970

by Yuya Nishihara

Changes to one file · Browse files at 511edbc7fed1 Showing diff from parent 1c43021fc970 Diff from another changeset...

 
7
8
9
10
 
11
12
13
 
7
8
9
 
10
11
12
13
@@ -7,7 +7,7 @@
 # This software may be used and distributed according to the terms of the  # GNU General Public License version 2, incorporated herein by reference.   -import os, string +import os    from PyQt4.QtCore import *  from PyQt4.QtGui import *