mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 23:36:36 +00:00
MiRCART.py: melp?
This commit is contained in:
parent
12089db11f
commit
807f59210c
@ -5,10 +5,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
import os, sys
|
import os, sys
|
||||||
sys.path.append(os.path.join(os.getcwd(), "libcanvas"))
|
[sys.path.append(os.path.join(os.getcwd(), path)) for path in \
|
||||||
sys.path.append(os.path.join(os.getcwd(), "libgui"))
|
["libcanvas", "libgui", "librtl", "libtools"]]
|
||||||
sys.path.append(os.path.join(os.getcwd(), "librtl"))
|
|
||||||
sys.path.append(os.path.join(os.getcwd(), "libtools"))
|
|
||||||
|
|
||||||
from MiRCARTFrame import MiRCARTFrame
|
from MiRCARTFrame import MiRCARTFrame
|
||||||
import wx
|
import wx
|
||||||
|
Loading…
Reference in New Issue
Block a user