mirror of
https://github.com/ClaytonWWilson/Scraper-for-theTVDB.com.git
synced 2025-12-16 17:38:47 +00:00
Changed a comment
This commit is contained in:
parent
c06567de74
commit
59e1972050
@ -1,6 +1,6 @@
|
|||||||
import os # TODO: change the order of all import statements to 1. standard library
|
import os # TODO: change the order of all import statements to 1. standard library
|
||||||
from login import * # TODO: 2. related 3rd party
|
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():
|
def clear_screen():
|
||||||
IS_WINDOWS = os.name == "nt"
|
IS_WINDOWS = os.name == "nt"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user