diff options
Diffstat (limited to 'pyuno/demo/ooextract.py')
-rw-r--r-- | pyuno/demo/ooextract.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyuno/demo/ooextract.py b/pyuno/demo/ooextract.py index 0aec00f43a47..e93b169a8273 100644 --- a/pyuno/demo/ooextract.py +++ b/pyuno/demo/ooextract.py @@ -17,7 +17,8 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -import getopt,sys +import getopt +import sys import uno from unohelper import Base,systemPathToFileUrl |