[s/daath/zbee/g]
This commit is contained in:
parent
a195e82618
commit
88d435f2ad
4 changed files with 9 additions and 9 deletions
|
@ -50,7 +50,7 @@ class base_reconfigure:
|
|||
'blacklist_autodisc_upload': __blacklist_servers,
|
||||
'blacklist_autodisc_p2p': __blacklist_servers,
|
||||
'blacklist_bloq': __blacklist_servers,
|
||||
'del_user': [ 'daath-del_user', 'owl-del_user', 'zamok-del_user' ]
|
||||
'del_user': [ 'zbee-del_user', 'owl-del_user', 'zamok-del_user' ]
|
||||
}
|
||||
#Y R U Aliasing !
|
||||
__service_develop.update({
|
||||
|
@ -221,7 +221,7 @@ class zamok(base_reconfigure):
|
|||
from adherents import del_user
|
||||
self._do(del_user(args))
|
||||
|
||||
class daath(base_reconfigure):
|
||||
class zbee(base_reconfigure):
|
||||
def home(self, args):
|
||||
from adherents import home
|
||||
self._do(home(args))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue