mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-19 12:49:22 +00:00
Added Ice init to service object for mumble
This commit is contained in:
@@ -179,11 +179,6 @@ class MumbleCtlIce_118(MumbleCtlBase):
|
||||
self.proxy = connstring;
|
||||
self.meta = meta;
|
||||
|
||||
@protectDjangoErrPage
|
||||
def getMurmurObj(self, objname):
|
||||
if hasattr(Murmur, objname):
|
||||
return getattr(Murmur, objname)
|
||||
|
||||
@protectDjangoErrPage
|
||||
def _getIceServerObject(self, srvid):
|
||||
return self.meta.getServer(srvid);
|
||||
|
||||
Reference in New Issue
Block a user