shell.py: remove missing unused import

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-01-23 22:33:27 +09:00
parent 644ab28e32
commit 7b53b0ae9c

View file

@ -57,7 +57,6 @@ for attr in dir(u):
locals[attr] = getattr(u,attr)
del attr
from armutils import *
from tgtypes import *
HistoryConsole(locals).interact("Have fun!")