Skip to content

Commit 4331f64

Browse files
committedFeb 24, 2017
Adapt to change of MOM.Inspect
1 parent 64a75df commit 4331f64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎_CNDB/_OMP/__test__/Nodes.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (C) 2012-2016 Mag. Christian Tanzer All rights reserved
2+
# Copyright (C) 2012-2017 Mag. Christian Tanzer All rights reserved
33
# Glasauergasse 32, A--1130 Wien, Austria. tanzer@swing.co.at
44
# #*** <License> ************************************************************#
55
# This module is part of the package CNDB.OMP.__test__.
@@ -35,13 +35,14 @@
3535
# 13-Jun-2014 (RS) Fixes for new `PAP` objects, `Node` no longer derived
3636
# from `Subject`, addition of `Node.desc`, `ui_name`
3737
# for `desc`
38+
# 24-Feb-2017 (CT) Import `MOM.Inspect`, not `MOM.inspect`
3839
# ««revision-date»»···
3940
#--
4041

4142
from __future__ import absolute_import, division, print_function, unicode_literals
4243

4344
from _CNDB._OMP.__test__.model import *
44-
from _MOM.inspect import children_trans_iter
45+
from _MOM.Inspect import children_trans_iter
4546

4647
from datetime import datetime
4748
from rsclib.IP_Address import IP4_Address as R_IP4_Address

0 commit comments

Comments
 (0)
Please sign in to comment.