fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/28598
)
Change subject: pySim-shell.py: remove unused import of 'bg' from 'cmd2'
......................................................................
pySim-shell.py: remove unused import of 'bg' from 'cmd2'
Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae
---
M pySim-shell.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/98/28598/1
diff --git a/pySim-shell.py b/pySim-shell.py
index e52c4ef..33332a2 100755
--- a/pySim-shell.py
+++ b/pySim-shell.py
@@ -23,7 +23,7 @@
import traceback
import cmd2
-from cmd2 import style, fg, bg
+from cmd2 import style, fg
from cmd2 import CommandSet, with_default_category, with_argparser
import argparse
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/28598
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae
Gerrit-Change-Number: 28598
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange