POULibrary.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1739 ec153828ded2
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 from weakref import ref
    25 from weakref import ref
       
    26 
    26 
    27 
    27 class POULibrary:
    28 class POULibrary:
    28     def __init__(self, CTR, LibName, TypeStack):
    29     def __init__(self, CTR, LibName, TypeStack):
    29         from PLCControler import PLCControler
    30         from PLCControler import PLCControler
    30         self.CTR = ref(CTR)
    31         self.CTR = ref(CTR)