Skip to content

Commit

Permalink
#3 Fix Python2.7 compatibility issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed Nov 7, 2015
1 parent 836d10a commit 385668a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modbus/functions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import division
import struct
from math import ceil

Expand Down

0 comments on commit 385668a

Please sign in to comment.