hgext/bugzilla.py
changeset 28091 2f0384242b35
parent 26587 56b2bcea2529
child 28950 9e1c9f016b72
--- a/hgext/bugzilla.py	Tue Feb 09 17:30:38 2016 -0800
+++ b/hgext/bugzilla.py	Tue Feb 09 17:31:50 2016 -0800
@@ -277,10 +277,21 @@
     Changeset commit comment. Bug 1234.
 '''
 
+from __future__ import absolute_import
+
+import re
+import time
+import urlparse
+import xmlrpclib
+
 from mercurial.i18n import _
 from mercurial.node import short
-from mercurial import cmdutil, mail, util, error
-import re, time, urlparse, xmlrpclib
+from mercurial import (
+    cmdutil,
+    error,
+    mail,
+    util,
+)
 
 # Note for extension authors: ONLY specify testedwith = 'internal' for
 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should