diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-06-27 02:25:34 +0200 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-15 12:28:54 +0200 |
| commit | fdec34d744e03361bb177b171359c4e3e5d23f35 (patch) | |
| tree | 93642228d7016ff771a838e63d379f45bce8c7c9 /src/nbblib | |
| parent | aee874ee1c445dd581a7bbf5183455b7e9e4e86d (diff) | |
Generate pydoc docs
Diffstat (limited to 'src/nbblib')
| -rw-r--r-- | src/nbblib/__init__.py | 2 | ||||
| -rw-r--r-- | src/nbblib/commands.py | 5 | ||||
| -rw-r--r-- | src/nbblib/main.py | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/src/nbblib/__init__.py b/src/nbblib/__init__.py index 5f4a254..47b0375 100644 --- a/src/nbblib/__init__.py +++ b/src/nbblib/__init__.py @@ -5,7 +5,7 @@ import nbblib.package as package import nbblib.progutils as progutils import nbblib.vcs as vcs -from package import PACKAGE_VERSION +from nbblib.package import PACKAGE_VERSION __all__ = ['bs', 'commands', 'package', 'plugins', diff --git a/src/nbblib/commands.py b/src/nbblib/commands.py index 861b8ba..7ef444b 100644 --- a/src/nbblib/commands.py +++ b/src/nbblib/commands.py @@ -1,3 +1,8 @@ +"""\ +nbblib.commands - cmdline command infrastructure and implementation +Copyright (C) 2008 Hans Ulrich Niedermann <hun@n-dimensional.de> +""" + import os import sys import logging diff --git a/src/nbblib/main.py b/src/nbblib/main.py index 6e5d6d5..46dbd41 100644 --- a/src/nbblib/main.py +++ b/src/nbblib/main.py @@ -28,6 +28,7 @@ DONE: and then check that the Python environment is actually compatible. @classmethod -> Python 2.4 new style classes -> Python 2.2 + * Add pydoc docs. TODO: (to get git-amb equivalent functionality) * Fine-tune init, configure, build, install commands with knowledge @@ -45,7 +46,6 @@ TODO: (Large list) * 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 pydoc docs. * Add global --nick or similar option to determine the branch name to use for composing the pathes. * Find or implement @abstractmethod decorator. |
