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

taskbar: enable demandimport

Changeset 9c45f864ab67

Parent 3ae08b62533f

by Steve Borho

Changes to one file · Browse files at 9c45f864ab67 Showing diff from parent 3ae08b62533f Diff from another changeset...

Change 1 of 1 Show Entire File taskbar.py Stacked
 
9
10
11
 
12
13
14
 
9
10
11
12
13
14
15
@@ -9,6 +9,7 @@
 import pywintypes  import sys, os   +from mercurial import demandimport ; demandimport.enable()  from thgutil import thread2  from win32 import rpcserver