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

paths: fix missing import

Changeset a66eaf089740

Parent e762a3bbb0ac

by Steve Borho

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

 
11
12
13
 
14
 
15
16
17
 
11
12
13
14
15
16
17
18
19
@@ -11,7 +11,9 @@
 # worry about Python shell extensions, we can use the path of the  # current executable to find our package data.   +import os  import win32api, win32process +  proc = win32api.GetCurrentProcess()  try:   # This will fail on windows < NT