mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +00:00
MiRCART.py: melp?
This commit is contained in:
parent
12089db11f
commit
807f59210c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user