entropy.const: initconfig_client_constants does not exist anymore,
there is no need for it since client config is going to be moved to SystemSettings
This commit is contained in:
@@ -748,7 +748,6 @@ class Misc:
|
||||
|
||||
def reload_constants(self):
|
||||
initconfig_entropy_constants(etpSys['rootdir'])
|
||||
initconfig_client_constants()
|
||||
|
||||
def setup_default_file_perms(self, filepath):
|
||||
# setup file permissions
|
||||
|
||||
@@ -122,7 +122,6 @@ def initconfig_entropy_constants(rootdir):
|
||||
const_setup_entropy_pid()
|
||||
const_read_repo_settings()
|
||||
const_configure_lock_paths()
|
||||
initconfig_client_constants()
|
||||
# server stuff
|
||||
const_read_srv_settings()
|
||||
|
||||
@@ -143,23 +142,6 @@ def initConfig_entropyConstants(rootdir):
|
||||
warnings.warn("deprecated please use initconfig_entropy_constants")
|
||||
return initconfig_entropy_constants(rootdir)
|
||||
|
||||
def initconfig_client_constants():
|
||||
"""
|
||||
Initialize all the Entropy Client-only constants.
|
||||
|
||||
@return None
|
||||
"""
|
||||
const_read_equo_settings()
|
||||
|
||||
def initConfig_ClientConstants():
|
||||
"""
|
||||
@deprecated
|
||||
Please use initconfig_client_constants
|
||||
"""
|
||||
import warnings
|
||||
warnings.warn("deprecated please use initconfig_client_constants")
|
||||
return initconfig_client_constants()
|
||||
|
||||
def const_default_settings(rootdir):
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user