Adding support using plcopeneditor bitmap library for icon request
authorLaurent Bessard
Mon, 25 Jun 2012 20:06:29 +0200
changeset 15 1c68bb669806
parent 14 37734da73adc
child 16 3eaac9927941
Adding support using plcopeneditor bitmap library for icon request
LPCManager.py
--- a/LPCManager.py	Mon Jun 18 19:40:06 2012 +0200
+++ b/LPCManager.py	Mon Jun 25 20:06:29 2012 +0200
@@ -83,10 +83,6 @@
                           "code": os.path.join(_base_path,"LPCtarget","plc_LPC_main.c")} 
 targets.toolchains["makefile"] = os.path.join(_base_path, "LPCtarget", "XSD_toolchain_makefile")
 
-# helper func to get path to images
-from util import misc
-misc.opjimg = lambda imgname: os.path.join(_base_folder, "beremiz", "images", imgname+".png")
-
 from Beremiz import *
 from ProjectController import ProjectController
 from ConfigTreeNode import ConfigTreeNode