Entropy/SocketHostInterface:

- fix builtin commands instantiation


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2195 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-06-30 10:32:00 +00:00
parent 0a23b6a913
commit 5ced75b8a4
+1 -1
View File
@@ -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"