hgext/notify.py
changeset 19792 efee1f35fcae
parent 17754 19e9bf7c0927
child 19810 c80feeb715d1
--- a/hgext/notify.py	Fri Sep 20 10:16:35 2013 -0400
+++ b/hgext/notify.py	Fri Sep 20 10:16:55 2013 -0400
@@ -133,9 +133,10 @@
 
 '''
 
+import email, socket, time
 from mercurial.i18n import _
 from mercurial import patch, cmdutil, templater, util, mail
-import email.Parser, email.Errors, fnmatch, socket, time
+import fnmatch
 
 testedwith = 'internal'