27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From d82a8d5ed02571a0c16c501f62f88e1853be61e2 Mon Sep 17 00:00:00 2001
|
|
From: Fabio Erculiani <lxnay@sabayon.org>
|
|
Date: Fri, 25 Mar 2011 14:30:00 +0100
|
|
Subject: [PATCH 1/3] [entropy.core.settings.base] drop unwanted merged code
|
|
|
|
---
|
|
libraries/entropy/core/settings/base.py | 3 ---
|
|
1 files changed, 0 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/libraries/entropy/core/settings/base.py b/libraries/entropy/core/settings/base.py
|
|
index 4e7bcdf..2c3d2ac 100644
|
|
--- a/libraries/entropy/core/settings/base.py
|
|
+++ b/libraries/entropy/core/settings/base.py
|
|
@@ -1146,9 +1146,6 @@ class SystemSettings(Singleton, EntropyPluginStore):
|
|
mydata['post_repo_update_script'] = mydata['dbpath'] + os.path.sep + \
|
|
etpConst['etp_post_repo_update_script']
|
|
|
|
- mydata['webservices_config'] = mydata['dbpath'] + os.path.sep + \
|
|
- etpConst['etpdatabasewebservicesfile']
|
|
-
|
|
# initialize CONFIG_PROTECT
|
|
# will be filled the first time the db will be opened
|
|
mydata['configprotect'] = None
|
|
--
|
|
1.7.4.1
|
|
|