Commit 6a99f6f4 authored by Devaev Maxim's avatar Devaev Maxim

Refactoring

parent b88fe79e
...@@ -30,7 +30,7 @@ class Service(service.Service) : ...@@ -30,7 +30,7 @@ class Service(service.Service) :
### Public ### ### Public ###
def initService(self) : def initService(self) :
shared.Functions.addSharedObject("Settingsd", Settingsd(const.DEFAULT_SERVICE_PATH, self)) shared.Functions.addSharedObject(const.MY_NAME, Settingsd(const.DEFAULT_SERVICE_PATH, self))
@classmethod @classmethod
def serviceName(self) : def serviceName(self) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment