Exemplo n.º 1
0
 def isAvailable(self):
     return bool(snarl.snGetVersion())
Exemplo n.º 2
0
 def isAvailable(self):
     try:
         return bool(snarl.snGetVersion())
     except:
         return False
Exemplo n.º 3
0
 def isAvailable(self):
     return bool(snarl.snGetVersion())