From 5ced75b8a4ce9996d91f329a55250c0ace92081e Mon Sep 17 00:00:00 2001 From: lxnay Date: Mon, 30 Jun 2008 10:32:00 +0000 Subject: [PATCH] Entropy/SocketHostInterface: - fix builtin commands instantiation git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2195 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index 11478a65e..75af7ff87 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -13088,7 +13088,7 @@ class SocketHostInterface: def __str__(self): return self.inst_name - def __init__(self, HostInterface, Authenticator): + def __init__(self, HostInterface): self.HostInterface = HostInterface self.inst_name = "builtin"