Updated import placement & added bare except ignore comment
This commit is contained in:
parent
eb34bd8703
commit
09cc8a2d27
|
@ -4,8 +4,8 @@ Notification plugin using notify2
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import gi
|
import gi
|
||||||
gi.require_version('Notify', '0.7')
|
|
||||||
from gi.repository import Notify
|
from gi.repository import Notify
|
||||||
|
gi.require_version('Notify', '0.7')
|
||||||
|
|
||||||
Notify.init('pybitmessage')
|
Notify.init('pybitmessage')
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user