diff --git a/.gitignore b/.gitignore index 8ccfbc6..f701819 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Ignore compiled Python and editor backup files. *.pyc *~ +aetheric diff --git a/messager/TODO.txt b/messager/TODO.txt new file mode 100644 index 0000000..993a59e --- /dev/null +++ b/messager/TODO.txt @@ -0,0 +1,5 @@ +TODO + +1. Fix and convert weather function. [DONE] +2. Fix dummy teletype to work on Python 2.7 [DONE] +3. Fix BREAK to work reliably in Python 3. [DONE]