diff --git a/openlp.py b/openlp.py index 7b4b81635..1c51338fc 100755 --- a/openlp.py +++ b/openlp.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4