File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# -*- 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
3
3
# Glasauergasse 32, A--1130 Wien, Austria. tanzer@swing.co.at
4
4
# #*** <License> ************************************************************#
5
5
# This module is part of the package CNDB.OMP.__test__.
35
35
# 13-Jun-2014 (RS) Fixes for new `PAP` objects, `Node` no longer derived
36
36
# from `Subject`, addition of `Node.desc`, `ui_name`
37
37
# for `desc`
38
+ # 24-Feb-2017 (CT) Import `MOM.Inspect`, not `MOM.inspect`
38
39
# ««revision-date»»···
39
40
#--
40
41
41
42
from __future__ import absolute_import , division , print_function , unicode_literals
42
43
43
44
from _CNDB ._OMP .__test__ .model import *
44
- from _MOM .inspect import children_trans_iter
45
+ from _MOM .Inspect import children_trans_iter
45
46
46
47
from datetime import datetime
47
48
from rsclib .IP_Address import IP4_Address as R_IP4_Address
You can’t perform that action at this time.
0 commit comments