summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-16 08:06:41 -0500
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-16 08:06:41 -0500
commitc61821086f95beffd93ebec193c0ca233fb6470d (patch)
tree13ff0f6399cbbc793ca9fbc377ef027e0e8e7020 /TODO.md
parent9c5a42665209400afac0d7fc8ac52e21a6c122aa (diff)
downloadpystache-c61821086f95beffd93ebec193c0ca233fb6470d.tar.gz
Added a TODO re: logging.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 5ab6390..8cfd4f0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,4 +2,5 @@ TODO
====
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
- make it a subcommand of one of the existing commands (i.e. using a command argument). \ No newline at end of file
+ make it a subcommand of one of the existing commands (i.e. using a command argument).
+* Provide support for logging in at least one of the commands.