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

hgthread: urllib2 import should have moved with GtkUi

Changeset 2025decc60ef

Parent a62a27fcfed8

by Steve Borho

Changes to 2 files · Browse files at 2025decc60ef Showing diff from parent a62a27fcfed8 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgthread.py Stacked
 
9
10
11
 
12
13
14
 
9
10
11
12
13
14
15
@@ -9,6 +9,7 @@
 import gobject  import pango  import Queue +import urllib2    from mercurial import ui, util  
Change 1 of 1 Show Entire File thgutil/​hglib.py Stacked
 
10
11
12
13
14
15
16
 
10
11
12
 
13
14
15
@@ -10,7 +10,6 @@
 import os  import sys  import traceback -import urllib2  import Queue  from mercurial import hg, ui, util, extensions, commands, hook