summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-29 17:26:59 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-29 17:26:59 -0400
commit55ef11d7bf1b65705a1293b32c3db8b549694b85 (patch)
tree7c48ef03251642b5ea0788ba09ac77e4bc3f7d52
parentae9707617d1e29ca84e6f6067e63570a10870130 (diff)
downloadcliff-tablib-55ef11d7bf1b65705a1293b32c3db8b549694b85.tar.gz
more todo notes
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9fa104c..d72731c 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,6 @@ To do
- unicode output for python 2 (incompatible with csv?)
- json formatter(s)
- pprint formatter(s)
-- shell script formatter for show commands
- create a few example commands that use a sqlite database to show how
to manage transactions
- switch setup/teardown functions in app to use some sort of context
@@ -29,3 +28,5 @@ To do
- option to spit out bash completion data
- move command execution into a separate class to be used by App and
InteractiveApp?
+- refactor Lister and ShowOne to share common base (at least for
+ loading plugins)