Skip to content

Commit

Permalink
Merge 4e02abd into ebcc6e7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed Oct 30, 2016
2 parents ebcc6e7 + 4e02abd commit f65f850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Creating a Modbus TCP server is easy:
from collections import defaultdict
from umodbus import conf
from umodbus.server import get_server
from umodbus.server.tcp import get_server
from umodbus.server.tcp import RequestHandler
from umodbus.utils import log_to_stream
Expand Down
2 changes: 1 addition & 1 deletion scripts/examples/simple_tcp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from collections import defaultdict

from umodbus import conf
from umodbus.server import get_server
from umodbus.server.tcp import get_server
from umodbus.server.tcp import RequestHandler
from umodbus.utils import log_to_stream

Expand Down

0 comments on commit f65f850

Please sign in to comment.