aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcomex2015-06-16 03:17:50 -0400
committercomex2015-06-16 03:17:50 -0400
commit9ce381a88bf18a5932c37ab4e9fc14dbc2f4a792 (patch)
treecf1d1d214650e1a5e159e3ff36a855d41cd5ea11
parentprogress (diff)
downloadsubstitute-9ce381a88bf18a5932c37ab4e9fc14dbc2f4a792.tar.gz
remove outdated note
-rw-r--r--mconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mconfig.py b/mconfig.py
index 8bfea5a..fd64147 100644
--- a/mconfig.py
+++ b/mconfig.py
@@ -1,4 +1,3 @@
-# TODO: get rid of 'need'. Use a function that memoizes the object instead.
import re, argparse, sys, os, string, shlex, subprocess, glob
from collections import OrderedDict, namedtuple
import curses.ascii