aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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