contrib/debugshell.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
--- a/contrib/debugshell.py	Thu Jun 16 15:15:03 2022 +0200
+++ b/contrib/debugshell.py	Thu Jun 16 15:28:54 2022 +0200
@@ -1,7 +1,6 @@
 # debugshell extension
 """a python shell with repo, changelog & manifest objects"""
 
-from __future__ import absolute_import
 import code
 import mercurial
 import sys