From: Agnibho Mondal <mondal@agnibho.com>
Date: Fri, 15 Sep 2023 19:42:22 +0000 (+0530)
Subject: Merge branch 'master' into dev
X-Git-Tag: v0.3~13
X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=c7850585278175f7c049b5ae28468927a10d1d9e;p=medscript.git

Merge branch 'master' into dev
---

c7850585278175f7c049b5ae28468927a10d1d9e
diff --cc config.py
index 9921dae,91eed9b..24f1c1e
--- a/config.py
+++ b/config.py
@@@ -5,9 -5,9 +5,9 @@@
  # MedScript is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  # You should have received a copy of the GNU General Public License along with MedScript. If not, see <https://www.gnu.org/licenses/>.
  
- import argparse, json, os, sys, shutil
+ import argparse, json, os, sys, shutil, imp
  
 -default_config_file=os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])), "config", "config.json"))
 +default_config_file=os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])), "data", "config.json"))
  
  real_dir=os.path.dirname(os.path.realpath(sys.argv[0]))