Skip to content

Commit e79b0d1

Browse files
committedJun 24, 2015
Derive DB_Wire*_Interface from DB_Interface
1 parent a322d5d commit e79b0d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎_CNDB/_GTW/RST_addons.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
# 8-Jun-2015 (CT) Add `DB_Node.child_postconditions_map`,
114114
# fix `Node_Manager_Error`
115115
# 12-Jun-2015 (CT) Add action `change_email`, remove action `reset_password`
116+
# 24-Jun-2015 (CT) Derive `DB_Wire{d,less}_Interface` from `DB_Interface`,
117+
# not `_DB_Interface_`
116118
# ««revision-date»»···
117119
#--
118120

@@ -1331,7 +1333,7 @@ def tr_instance_css_class (self, o) :
13311333

13321334
# end class DB_Interface
13331335

1334-
_Ancestor = _DB_Interface_
1336+
_Ancestor = DB_Interface
13351337

13361338
class DB_Wired_Interface (_Ancestor) :
13371339
"""CNDB.Wired_Interface displayed by, and managed via, dashboard."""

0 commit comments

Comments
 (0)