# HG changeset patch
# User Henrik Stuart <h...@hstuart.dk>
# Date 1254501059 -7200
# Node ID aa73cb8d6dab2dfe9eac66d792dd98baba2bdc30
# Parent  f396663a7c57d5cb0e40431c0528e5b638cedf05
history: remove unused imports

diff -r f396663a7c57 -r aa73cb8d6dab tortoisehg/hgtk/history.py
--- a/tortoisehg/hgtk/history.py        Sat Oct 03 12:35:31 2009 +0200
+++ b/tortoisehg/hgtk/history.py        Fri Oct 02 18:30:59 2009 +0200
@@ -11,7 +11,6 @@
 import gtk
 import gobject
 import Queue
-import StringIO
 import shutil
 import tempfile
 import atexit
@@ -19,11 +18,11 @@
 from mercurial import ui, hg, cmdutil, commands, extensions, util, match, url
 
 from tortoisehg.util.i18n import _
-from tortoisehg.util import hglib, paths, thread2
+from tortoisehg.util import hglib, thread2
 
 from tortoisehg.hgtk.logview.treeview import TreeView as LogTreeView
 
-from tortoisehg.hgtk import gdialog, gtklib, hgcmd, logfilter, gorev
+from tortoisehg.hgtk import gdialog, gtklib, hgcmd, gorev
 from tortoisehg.hgtk import backout, status, hgemail, tagadd, update, merge
 from tortoisehg.hgtk import archive, changeset, thgconfig, thgmq, histdetails
 

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to