mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
shell.py: remove missing unused import
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
644ab28e32
commit
7b53b0ae9c
1 changed files with 0 additions and 1 deletions
|
@ -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!")
|
||||
|
|
Loading…
Reference in a new issue