hgext/factotum.py
changeset 21228 be561a622100
parent 19614 1d50c69c1f0a
child 23393 c834c0194dbb
--- 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'))