##// 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 53 ERRMAX = 128
54 54
55 _executable = _mountpoint = _service = None
56
55 57 def auth_getkey(self, params):
56 58 if not self.ui.interactive():
57 59 raise util.Abort(_('factotum not interactive'))
General Comments 0
You need to be logged in to leave comments. Login now