modbus/__init__.py
changeset 1918 e7b6478b4ebc
parent 1909 bb883e063175
child 1919 ccea0fa6ea91
equal deleted inserted replaced
1917:d51d14719392 1918:e7b6478b4ebc
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    17 # GNU General Public License for more details.
    17 # GNU General Public License for more details.
    18 #
    18 #
    19 # You should have received a copy of the GNU General Public License
    19 # You should have received a copy of the GNU General Public License
    20 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    20 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    21 #    
    21 #
    22 # This code is made available on the understanding that it will not be
    22 # This code is made available on the understanding that it will not be
    23 # used in safety-critical situations without a full and competent review.
    23 # used in safety-critical situations without a full and competent review.
    24 
    24 
    25 
    25 
    26 from modbus import *
    26 from modbus import *