1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-27 18:37:35 +00:00

Fix up a linting issue and removed and unused import in lp-merge.py

This commit is contained in:
Raoul Snyman 2017-03-22 22:12:37 -07:00
parent 659c70b34c
commit cd733f2901

View File

@ -51,7 +51,6 @@ will print the detected bugs + author for easy copying into the GUI.
""" """
import subprocess import subprocess
import re import re
import sys
import os import os
from urllib.request import urlopen from urllib.request import urlopen
from urllib.error import HTTPError from urllib.error import HTTPError