##// END OF EJS Templates
factotum: initialize global variables to suppress pyflakes warning
Yuya Nishihara -
r21228:be561a62 default
parent child Browse files
Show More
@@ -52,6 +52,8 b' import os, urllib2'
52
52
53 ERRMAX = 128
53 ERRMAX = 128
54
54
55 _executable = _mountpoint = _service = None
56
55 def auth_getkey(self, params):
57 def auth_getkey(self, params):
56 if not self.ui.interactive():
58 if not self.ui.interactive():
57 raise util.Abort(_('factotum not interactive'))
59 raise util.Abort(_('factotum not interactive'))
General Comments 0
You need to be logged in to leave comments. Login now