hgext3rd/__init__.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
--- a/hgext3rd/__init__.py	Thu Jun 16 15:15:03 2022 +0200
+++ b/hgext3rd/__init__.py	Thu Jun 16 15:28:54 2022 +0200
@@ -1,5 +1,4 @@
 # name space package to host third party extensions
-from __future__ import absolute_import
 import pkgutil
 
 __path__ = pkgutil.extend_path(__path__, __name__)