forked from openlp/openlp
pep8 fixes
This commit is contained in:
parent
c5e5f5b889
commit
a6f5251d7e
@ -65,7 +65,6 @@ def get_vlc():
|
||||
if 'openlp.core.ui.media.vendor.vlc' in sys.modules:
|
||||
# If VLC has already been imported, no need to do all the stuff below again
|
||||
return sys.modules['openlp.core.ui.media.vendor.vlc']
|
||||
|
||||
is_vlc_available = False
|
||||
try:
|
||||
if is_macosx():
|
||||
|
@ -220,4 +220,3 @@ class SongSelectImport(object):
|
||||
db_song.add_author(author)
|
||||
self.db_manager.save_object(db_song)
|
||||
return db_song
|
||||
|
||||
|
@ -427,4 +427,3 @@ if __name__ == '__main__':
|
||||
else:
|
||||
if not main():
|
||||
sys.exit(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user