Kaydet (Commit) 850b401e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add mode lines and license blurb

Change-Id: Ifc319e6954665b71f8a98d6ec849a71bbf2b7318
üst f21e341d
# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
import traceback
import uno
......@@ -46,3 +55,5 @@ def DeleteNamedRange(name):
tb = e.__traceback__
traceback.print_tb(tb)
return None
# vim: set shiftwidth=4 softtabstop=4 expandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment