some trivial stuff

This commit is contained in:
Michael Hudson-Doyle 2018-03-08 16:34:25 +13:00
parent 6b156766bb
commit 68c15176ac
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ def parse_options(argv):
dest='machine_config',
help="Don't Probe. Use probe data file")
parser.add_argument('--screens', action='append', dest='screens', default=[])
parser.add_argument('--answers')
return parser.parse_args(argv)

View File

@ -22,7 +22,7 @@ log = logging.getLogger('console_conf.core')
class ConsoleConf(Application):
from console_conf.palette import STYLES, STYLES_MONO
from subiquity.palette import COLORS, STYLES, STYLES_MONO
project = "console_conf"
controllers = [