diff hgext/factotum.py @ 21228:be561a622100

factotum: initialize global variables to suppress pyflakes warning
author Yuya Nishihara <yuya@tcha.org>
date Fri, 02 May 2014 18:24:10 +0900
parents 1d50c69c1f0a
children c834c0194dbb
line wrap: on
line diff
--- a/hgext/factotum.py	Mon May 05 13:42:08 2014 -0500
+++ b/hgext/factotum.py	Fri May 02 18:24:10 2014 +0900
@@ -52,6 +52,8 @@
 
 ERRMAX = 128
 
+_executable = _mountpoint = _service = None
+
 def auth_getkey(self, params):
     if not self.ui.interactive():
         raise util.Abort(_('factotum not interactive'))