beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.
2021-11-16, Edouard Tisserant
6532d7a1a3b5
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))