lbessard@47: #!/usr/bin/env python lbessard@47: # -*- coding: utf-8 -*- lbessard@47: lbessard@47: #This file is part of PLCOpenEditor, a library implementing an IEC 61131-3 editor lbessard@47: #based on the plcopen standard. lbessard@47: # lbessard@58: #Copyright (C) 2007: Edouard TISSERANT and Laurent BESSARD lbessard@47: # lbessard@47: #See COPYING file for copyrights details. lbessard@47: # lbessard@47: #This library is free software; you can redistribute it and/or lbessard@47: #modify it under the terms of the GNU General Public lbessard@47: #License as published by the Free Software Foundation; either lbessard@47: #version 2.1 of the License, or (at your option) any later version. lbessard@47: # lbessard@47: #This library is distributed in the hope that it will be useful, lbessard@47: #but WITHOUT ANY WARRANTY; without even the implied warranty of lbessard@47: #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU lbessard@58: #General Public License for more details. lbessard@47: # lbessard@47: #You should have received a copy of the GNU General Public lbessard@47: #License along with this library; if not, write to the Free Software lbessard@47: #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA lbessard@47: lbessard@47: # Package initialisation lbessard@47: