Drop shebang from __main__

This commit is contained in:
Bastian Germann 2019-09-07 00:25:26 +02:00
parent 81e90c9047
commit edbf816e79

1
openlp/__main__.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4