diff -r 602fdd08dfab -r 86f61c4dfe76 bacnet/__init__.py --- a/bacnet/__init__.py Wed Aug 08 10:17:19 2018 +0200 +++ b/bacnet/__init__.py Wed Aug 08 13:26:48 2018 +0200 @@ -18,9 +18,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# +# # This code is made available on the understanding that it will not be # used in safety-critical situations without a full and competent review. -from bacnet import * +from __future__ import absolute_import + +from bacnet.bacnet import *