summaryrefslogtreecommitdiff
path: root/pyuno/source/module/uno.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/source/module/uno.py')
-rw-r--r--pyuno/source/module/uno.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/uno.py b/pyuno/source/module/uno.py
index 6d671e620f21..bd894a0eea4e 100644
--- a/pyuno/source/module/uno.py
+++ b/pyuno/source/module/uno.py
@@ -359,7 +359,7 @@ def _uno_import(name, *optargs, **kwargs):
globals, locals, fromlist = list(optargs)[:3] + [kwargs.get('globals', {}), kwargs.get('locals', {}),
kwargs.get('fromlist', [])][len(optargs):]
- # from import form only, but skip if an uno lookup has already failed
+ # from import form only, but skip if a uno lookup has already failed
if not fromlist or hasattr(e, '_uno_import_failed'):
raise