summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-26 00:50:24 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:53 +0200
commit6eeb92ef8674b1d71bceadf88c0645bccd57f20b (patch)
tree3b1bb08e97ecb438d79264b955374acbe66cb867 /src
parent9a9987be67d8ac3cad703bcdd96e8c5966e809da (diff)
downloadnbb-6eeb92ef8674b1d71bceadf88c0645bccd57f20b.tar.gz
nbb-6eeb92ef8674b1d71bceadf88c0645bccd57f20b.tar.xz
nbb-6eeb92ef8674b1d71bceadf88c0645bccd57f20b.zip
TODO stuff
Diffstat (limited to 'src')
-rw-r--r--src/nbblib/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nbblib/main.py b/src/nbblib/main.py
index 2d432e4..f3d72cc 100644
--- a/src/nbblib/main.py
+++ b/src/nbblib/main.py
@@ -43,6 +43,8 @@ TODO: (Large list)
* Make sure the if cmp ... mv .. rm in make rules are correct and useful.
* More declarative syntax elements in the Python code.
* Use declarations for command line parsing, and help text generation.
+ Use optparse stuff for both global params and extra optparse stuff
+ for each command?
* Add global --nick or similar option to determine the branch
name to use for composing the pathes.
* Find or implement @abstractmethod decorator.