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

hggtk: __init__.py is redundant, remove contents

Changeset b6b00396b4b2

Parent bd8ca53859a7

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​__init__.py Stacked
 
1
2
3
4
5
6
7
8
9
 
 
 
 
 
 
 
 
 
 
@@ -1,9 +0,0 @@
-import pygtk -pygtk.require('2.0') -import gtk - -# Default icon for apps which do not set one -from shlib import get_tortoise_icon -icon = get_tortoise_icon("hg.ico") -if icon: - gtk.window_set_default_icon_from_file(icon)