equal
deleted
inserted
replaced
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 * |