From 59e19720503e756468412e37433ff2133985bc6c Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Thu, 2 Nov 2017 14:29:22 -0400 Subject: [PATCH] Changed a comment --- launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher.py b/launcher.py index c00f8ce..a7dff3b 100644 --- a/launcher.py +++ b/launcher.py @@ -1,6 +1,6 @@ import os # TODO: change the order of all import statements to 1. standard library from login import * # TODO: 2. related 3rd party -from actions import * # TODO: 3. local application with blank lines between +from actions import * # TODO: 3. local application. with blank lines between and remove wilcard symbols def clear_screen(): IS_WINDOWS = os.name == "nt"