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