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

taskbar: minor import cleanups

Changeset 7eb3166afc88

Parent 14737c190a7a

by Steve Borho

Changes to one file · Browse files at 7eb3166afc88 Showing diff from parent 14737c190a7a Diff from another changeset...

Change 1 of 2 Show Entire File taskbar.py Stacked
 
1
2
3
4
5
6
7
8
 
11
12
13
 
 
 
14
15
16
 
1
2
3
 
 
4
5
6
 
9
10
11
12
13
14
15
16
17
@@ -1,8 +1,6 @@
 # Creates a task-bar icon. Run from Python.exe to see the  # messages printed.   -from win32 import rpcserver -from thgutil import thread2  from win32api import *  from win32gui import *  import win32ui @@ -11,6 +9,9 @@
 import pywintypes  import sys, os   +from thgutil import thread2 +from win32 import rpcserver +  APP_TITLE = "TortoiseHg RPC server"    class MainWindow: