diff hgext/notify.py @ 7873:4a4c7f6a5912

cleanup: drop unused imports
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Mon, 23 Mar 2009 13:12:07 +0100
parents fece056bf240
children 9c7ca86fc658
line wrap: on
line diff
--- a/hgext/notify.py	Mon Mar 23 13:12:03 2009 +0100
+++ b/hgext/notify.py	Mon Mar 23 13:12:07 2009 +0100
@@ -65,7 +65,6 @@
  push changes to, they can manage their own subscriptions.'''
 
 from mercurial.i18n import _
-from mercurial.node import bin, short
 from mercurial import patch, cmdutil, templater, util, mail
 import email.Parser, fnmatch, socket, time