diff options
Diffstat (limited to 'git_buildpackage/__init__.py')
-rw-r--r-- | git_buildpackage/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git_buildpackage/__init__.py b/git_buildpackage/__init__.py index 189f5e98..74814bda 100644 --- a/git_buildpackage/__init__.py +++ b/git_buildpackage/__init__.py @@ -11,6 +11,7 @@ class CommandExecFailed(Exception): """Exception raised by the Command class""" pass + class Command(object): """ Wraps a shell command, so we don't have to store any kind of command line options in |