]> Softwares of Agnibho - medscript.git/commitdiff
Merge branch 'master' into dev
authorAgnibho Mondal <mondal@agnibho.com>
Fri, 15 Sep 2023 19:42:22 +0000 (01:12 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Fri, 15 Sep 2023 19:42:22 +0000 (01:12 +0530)
1  2 
config.py

diff --cc config.py
index 9921dae68d9f7b11a653218fc0eafb880067dcec,91eed9bc5a432744f94475c0be77129cad529c9a..24f1c1ee997d6c81266ccbef8ca0db5f3e29aaae
+++ 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]))