diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-07-24 19:22:33 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-07-24 19:23:32 +0200 |
commit | c78b2702a4e8b27e1a9023350cc081a84ff55958 (patch) | |
tree | 2c0737059007de45ddda0a192dbbeecfaea8cc93 /pyuno/demo/ooextract.py | |
parent | c35fad42b0b1b2084154ea61881a920928e7f777 (diff) |
minor whitespace/makefile cleanup
Diffstat (limited to 'pyuno/demo/ooextract.py')
-rw-r--r-- | pyuno/demo/ooextract.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/demo/ooextract.py b/pyuno/demo/ooextract.py index 74e072feef5d..3959bf74b200 100644 --- a/pyuno/demo/ooextract.py +++ b/pyuno/demo/ooextract.py @@ -43,8 +43,8 @@ def main(): print(filterName) if not len(args): - usage() - sys.exit() + usage() + sys.exit() ctxLocal = uno.getComponentContext() smgrLocal = ctxLocal.ServiceManager |