diff sat/memory/memory.py @ 3281:a3639d6d9643

core: replaced `sat` shell script by a python script: the backend is now launched by `sat.core.launcher`, and the script is generated during installation with a new entry point in `setup.py`.
author Goffi <goffi@goffi.org>
date Mon, 25 May 2020 15:50:01 +0200
parents 6cf4bd6972c2
children 780fb8dd07ef
line wrap: on
line diff
--- a/sat/memory/memory.py	Mon May 25 15:46:21 2020 +0200
+++ b/sat/memory/memory.py	Mon May 25 15:50:01 2020 +0200
@@ -235,8 +235,6 @@
         self.subscriptions = {}
         self.auth_sessions = PasswordSessions()  # remember the authenticated profiles
         self.disco = Discovery(host)
-        # XXX: tmp update code, will be removed in the future
-        tools_config.fixLocalDir(False)
         self.config = tools_config.parseMainConf(log_filenames=True)
         database_file = os.path.expanduser(
             os.path.join(self.getConfig("", "local_dir"), C.SAVEFILE_DATABASE)