diff options
Diffstat (limited to 'unotest/source/python/org')
-rw-r--r-- | unotest/source/python/org/libreoffice/unotest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py index f364219458ac..0caab5690ba5 100644 --- a/unotest/source/python/org/libreoffice/unotest.py +++ b/unotest/source/python/org/libreoffice/unotest.py @@ -1,4 +1,4 @@ -# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- # # This file is part of the LibreOffice project. # @@ -319,4 +319,4 @@ if __name__ == "__main__": con.tearDown() print("done") -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim: set shiftwidth=4 softtabstop=4 expandtab: |