Index: generic/aol-xotcl.tcl =================================================================== diff -u -r183ec0e7c071586238bf5ed90a05dbbda91d4582 -r18122dd21b99cf0d5b4cd01635048641a23aa051 --- generic/aol-xotcl.tcl (.../aol-xotcl.tcl) (revision 183ec0e7c071586238bf5ed90a05dbbda91d4582) +++ generic/aol-xotcl.tcl (.../aol-xotcl.tcl) (revision 18122dd21b99cf0d5b4cd01635048641a23aa051) @@ -23,7 +23,7 @@ _ns_getnamespaces namespaces foreach n $namespaces { if {[string match "::nx*" $n] == 0 - && ([catch {::xotcl::objectproperty $n object} ret] || $ret == 0)} { + && ([catch {::nsf::isobject $n} ret] || $ret == 0)} { lappend nslist $n } }