beremiz

Fixed typo in PLCObject.py

2008-08-22, etisserant
11124e129a28
file isExecutable
Fixed typo in PLCObject.py
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared"]