summaryrefslogtreecommitdiff
path: root/pyuno/demo/ooextract.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/demo/ooextract.py')
-rw-r--r--pyuno/demo/ooextract.py4
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