beremiz
Clone
Summary
Browse
Changes
Graph
Let extensions know when configuration is new, to apply defaults.
17 months ago, Edouard Tisserant
8c12c0df026a
Let extensions know when configuration is new, to apply defaults.
Add "new_config" member to CTN, True when config was just created.
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))