Skip to content

Commit

Permalink
pymodbus.server.async -> asynchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
nickma82 committed Apr 21, 2019
1 parent f8b6448 commit e5a8dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test_x86:
- apt update -qq
- apt install -y -qq --no-install-recommends build-essential pkg-config cmake
- apt install -y -qq --no-install-recommends python-dev python-pip python-setuptools socat
- python -m pip install pymodbus service_identity twisted
- python -m pip install pymodbus==2.2.0 service_identity==18.1.0 twisted==18.9.0

script:
- mkdir -p output.dir/ && cd $_
Expand Down
2 changes: 1 addition & 1 deletion tests/environment/rtu_slave.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#---------------------------------------------------------------------------#
#from pymodbus.server.async import StartTcpServer
#from pymodbus.server.async import StartUdpServer
from pymodbus.server.async import StartSerialServer
from pymodbus.server.asynchronous import StartSerialServer

from pymodbus.device import ModbusDeviceIdentification
from pymodbus.datastore import ModbusSequentialDataBlock
Expand Down

0 comments on commit e5a8dc9

Please sign in to comment.