hgext/highlight/highlight.py
branchstable
changeset 49551 5f22c92dcf3d
parent 48875 6000f5b25c9b
child 51686 493034cc3265
--- a/hgext/highlight/highlight.py	Wed Oct 26 18:46:56 2022 +0200
+++ b/hgext/highlight/highlight.py	Wed Nov 02 14:23:09 2022 -0400
@@ -11,7 +11,7 @@
 
 from mercurial import demandimport
 
-demandimport.IGNORES.update([b'pkgutil', b'pkg_resources', b'__main__'])
+demandimport.IGNORES.update(['pkgutil', 'pkg_resources', '__main__'])
 
 from mercurial import (
     encoding,