changeset 48875 | 6000f5b25c9b |
parent 43597 | 856cce0c255c |
child 49551 | 5f22c92dcf3d |
--- a/hgext/highlight/highlight.py Sun Feb 20 15:18:15 2022 -0700 +++ b/hgext/highlight/highlight.py Thu Mar 03 17:34:00 2022 +0100 @@ -8,7 +8,6 @@ # The original module was split in an interface and an implementation # file to defer pygments loading and speedup extension setup. -from __future__ import absolute_import from mercurial import demandimport