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

about: license2 does not (yet?) exist

Changeset d71376e7f77a

Parent db24cd4131c2

by Steve Borho

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

 
150
151
152
153
154
 
 
155
156
157
 
150
151
152
 
 
153
154
155
156
157
@@ -150,8 +150,8 @@
  shlib.browse_url(self.url)     def showLicense(self): - from tortoisehg.hgqt import license2 - ld = license2.LicenseDialog(self) + from tortoisehg.hgqt import license + ld = license.LicenseDialog(self)   ld.show()