diff --git a/install_sonic.py b/install_sonic.py index 2397a6d61646..265dec3852b9 100755 --- a/install_sonic.py +++ b/install_sonic.py @@ -4,6 +4,7 @@ import pexpect import sys import time +import os def main(): @@ -12,6 +13,7 @@ def main(): parser.add_argument('-p', type=int, default=9000, help='local port') args = parser.parse_args() + a = "noneuse" #KEY_UP = '\x1b[A' KEY_DOWN = '\x1b[B'