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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user