bacnet/__init__.py
changeset 2250 86f61c4dfe76
parent 2020 6dddf3070806
child 3750 f62625418bff
--- 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 <http://www.gnu.org/licenses/>.
-#    
+#
 # 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 *