bacnet/__init__.py
changeset 2250 86f61c4dfe76
parent 2020 6dddf3070806
child 3750 f62625418bff
equal deleted inserted replaced
2249:602fdd08dfab 2250:86f61c4dfe76
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    17 # GNU General Public License for more details.
    17 # GNU General Public License for more details.
    18 #
    18 #
    19 # You should have received a copy of the GNU General Public License
    19 # You should have received a copy of the GNU General Public License
    20 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    20 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    21 #    
    21 #
    22 # This code is made available on the understanding that it will not be
    22 # This code is made available on the understanding that it will not be
    23 # used in safety-critical situations without a full and competent review.
    23 # used in safety-critical situations without a full and competent review.
    24 
    24 
    25 
    25 
    26 from bacnet import *
    26 from __future__ import absolute_import
       
    27 
       
    28 from bacnet.bacnet import *