[tor-commits] [sbws/master] Remove unneded minimal user config

pastly at torproject.org pastly at torproject.org
Thu Aug 9 14:21:20 UTC 2018


commit 22209c2c0f9645b150222a4b6769cc811a795b8c
Author: juga0 <juga at riseup.net>
Date:   Tue Jul 24 18:20:17 2018 +0000

    Remove unneded minimal user config
---
 sbws/globals.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sbws/globals.py b/sbws/globals.py
index 56597b1..daa0a55 100644
--- a/sbws/globals.py
+++ b/sbws/globals.py
@@ -26,7 +26,6 @@ TORRC_STARTING_POINT = {
 PKG_DIR = os.path.abspath(os.path.dirname(__file__))
 DEFAULT_CONFIG_PATH = os.path.join(PKG_DIR, 'config.default.ini')
 DEFAULT_LOG_CONFIG_PATH = os.path.join(PKG_DIR, 'config.log.default.ini')
-MINIMUM_USER_CONFIG_PATH = os.path.join(PKG_DIR, 'config.user.ini')
 USER_CONFIG_PATH = os.path.join(os.path.expanduser('~'), '.sbws.ini')
 
 SOCKET_TIMEOUT = 60  # seconds





More information about the tor-commits mailing list