From 3ab3ef19d1ce7ce55b10f9a86036fe9798a8fdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=CC=94=CD=AF=CD=86=CC=86=CD=8C=CC=88=CD=8C=CC=9A=CC=BD?= =?UTF-8?q?=CD=92=CC=BF=CD=AF=CD=A4=CD=82=CC=AD=CC=AE=CC=97=CC=AF=CC=B3?= =?UTF-8?q?=CC=AF=CC=9C=CC=B3=CC=B1=CD=85=CC=B0=CD=85=CC=AE=CD=8D=CC=AF?= =?UTF-8?q?=CC=AF=CC=B2=CC=9D=CC=A5e=CC=87=CC=94=CD=AC=CD=A7=CC=8D=CD=A3?= =?UTF-8?q?=CC=9A=CC=89=CC=A5=CC=9C=CC=97=CD=89=CC=A6=CC=B0=CD=88=CC=BA?= =?UTF-8?q?=CC=9F=CC=BB=CC=A6d=CC=8F=CD=AB=CC=8C=CD=83=CC=81=CD=A6=CC=86?= =?UTF-8?q?=CC=8B=CC=85=CD=AF=CC=8C=CD=86=CD=82=CD=91=CC=8A=CC=91=CC=84?= =?UTF-8?q?=CC=8A=CC=A6=CC=A6=CC=AF=CC=A9=CC=A0=CC=97=CD=94=CC=9C=CC=BC?= =?UTF-8?q?=CC=ACT=CC=8F=CC=86=CD=AE=CC=BD=CC=81=CD=AB=CC=8E=CC=96=CC=B1?= =?UTF-8?q?=CD=95=CC=AC=CC=AC=CD=88=CC=B9oor?= <09890@hotmail.com> Date: Tue, 27 Dec 2016 10:30:37 -0800 Subject: [PATCH] Update Internal.py --- core/Internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Internal.py b/core/Internal.py index b4c1131..3cf54d9 100644 --- a/core/Internal.py +++ b/core/Internal.py @@ -411,7 +411,7 @@ def ListModules(): ### GET ROOT VARIABLE MODULES INSTALLED ### def GetRootModules(): - tree = ET.parse('core/modules.xml') + tree = ET.parse(FOLDER_KATANA+'core/modules.xml') root = tree.getroot() return root