From d7b7b0b17571c7e36b69314b28dc1ea3a43c2215 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Fri, 5 Jun 2020 13:08:00 +0200 Subject: Delete ogConfig.py This file is only used for its OG_PATH variable, this variable is now in ogClient. --- src/ogClient.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ogClient.py') diff --git a/src/ogClient.py b/src/ogClient.py index 4c0a003..881fd81 100644 --- a/src/ogClient.py +++ b/src/ogClient.py @@ -24,6 +24,8 @@ class State(Enum): FORCE_DISCONNECTED = 2 class ogClient: + OG_PATH = '/opt/opengnsys/' + def __init__(self, config): self.CONFIG = config -- cgit v1.2.3-18-g5258