beremiz
Clone
Summary
Browse
Changes
Graph
Add ThirPartyPath call in util.path module, so that individual extensions don't have to each implement same logic to find dependencies
2021-05-12, Edouard Tisserant
a81b72ef156c
Add ThirPartyPath call in util.path module, so that individual extensions don't have to each implement same logic to find dependencies
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"))