Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc4, 0.4, and 0.4.1

datamine: fix traceback when run directly on CLI

Changeset 65fc8b0341a3

Parent 7389cfe3a8bc

by TK Soh

Changes to one file · Browse files at 65fc8b0341a3 Showing diff from parent 7389cfe3a8bc Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
3
4
5
 
 
6
7
8
 
3
4
5
6
7
8
9
10
@@ -3,6 +3,8 @@
 #  # Copyright (C) 2008 Steve Borho <steve@borho.org>   +import pygtk +pygtk.require('2.0')  import gtk  import gobject  import os