author | Edouard Tisserant |
Thu, 04 Apr 2013 14:32:02 +0900 | |
changeset 2113 | b14b6f9008dc |
parent 2112 | e88cd6ff885e |
child 2114 | fc1bc441cf71 |
--- a/etherlab/EthercatMaster.py Fri Mar 29 14:25:10 2013 +0900 +++ b/etherlab/EthercatMaster.py Thu Apr 04 14:32:02 2013 +0900 @@ -73,7 +73,6 @@ ethelabfile.write(etherlab_ext_code) ethelabfile.close() - runtimefile_path = os.path.join(os.path.split(__file__)[0], "runtime_etherlab.py") return ((["etherlab_ext"], [(Gen_etherlabfile_path, IECCFLAGS)], True), "", ("runtime_etherlab.py", file(GetLocalPath("runtime_etherlab.py"))))