MiRCART.py: melp?

This commit is contained in:
Lucio Andrés Illanes Albornoz 2019-09-03 15:48:52 +02:00
parent 71fd619709
commit 9c528e8a6f
1 changed files with 2 additions and 4 deletions

View File

@ -5,10 +5,8 @@
#
import os, sys
sys.path.append(os.path.join(os.getcwd(), "libcanvas"))
sys.path.append(os.path.join(os.getcwd(), "libgui"))
sys.path.append(os.path.join(os.getcwd(), "librtl"))
sys.path.append(os.path.join(os.getcwd(), "libtools"))
[sys.path.append(os.path.join(os.getcwd(), path)) for path in \
["libcanvas", "libgui", "librtl", "libtools"]]
from MiRCARTFrame import MiRCARTFrame
import wx