diff --git a/osc_tui/createVm.py b/osc_tui/createVm.py index 8212206..7d591e5 100644 --- a/osc_tui/createVm.py +++ b/osc_tui/createVm.py @@ -50,7 +50,6 @@ def __init__(self, *args, **keywords): class OscButtonPress(oscscreen.ButtonPress): def __init__(self, *args, **keywords): - term_size = os.get_terminal_size() keywords["popup_columns"] = POPUP_COLUMNS keywords["popup_lines"] = 40 keywords["relx"] = LIST_THRESHOLD - 2 diff --git a/osc_tui/dhcpOptions.py b/osc_tui/dhcpOptions.py index f76949c..e88da0c 100644 --- a/osc_tui/dhcpOptions.py +++ b/osc_tui/dhcpOptions.py @@ -1,5 +1,4 @@ from osc_tui import main -from osc_tui import popup from osc_tui import selectableGrid class dhcpOptionsGrid(selectableGrid.SelectableGrid): diff --git a/osc_tui/internetServices.py b/osc_tui/internetServices.py index f0d8068..e2ecdcb 100644 --- a/osc_tui/internetServices.py +++ b/osc_tui/internetServices.py @@ -1,5 +1,4 @@ from osc_tui import main -from osc_tui import popup from osc_tui import selectableGrid class internetServicesGrid(selectableGrid.SelectableGrid): diff --git a/osc_tui/natServices.py b/osc_tui/natServices.py index ef087f6..5df11d4 100644 --- a/osc_tui/natServices.py +++ b/osc_tui/natServices.py @@ -1,5 +1,4 @@ from osc_tui import main -from osc_tui import popup from osc_tui import selectableGrid class natServicesGrid(selectableGrid.SelectableGrid): diff --git a/osc_tui/nicsGrid.py b/osc_tui/nicsGrid.py index 3e80fb9..a56e496 100644 --- a/osc_tui/nicsGrid.py +++ b/osc_tui/nicsGrid.py @@ -1,5 +1,4 @@ from osc_tui import main -from osc_tui import popup from osc_tui import selectableGrid class nicsGrid(selectableGrid.SelectableGrid): diff --git a/osc_tui/publicIps.py b/osc_tui/publicIps.py index 30df491..ee3038f 100644 --- a/osc_tui/publicIps.py +++ b/osc_tui/publicIps.py @@ -1,5 +1,4 @@ from osc_tui import main -from osc_tui import popup from osc_tui import selectableGrid class publicIpsGrid(selectableGrid.SelectableGrid):