fix stupid debugging error
This commit is contained in:
parent
24a1f912d3
commit
1dbaa807c6
|
@ -24,8 +24,7 @@ VERSION = '0.1.0'
|
|||
### Test for proper signal
|
||||
try:
|
||||
Vte.Terminal().connect('notification-received',lambda *args: None,None)
|
||||
# AVAILABLE = ['CommandNotify']
|
||||
AVAILABLE = []
|
||||
AVAILABLE = ['CommandNotify']
|
||||
except TypeError as e:
|
||||
AVAILABLE = []
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue