Extend python interface for groups and fix test cases

This commit is contained in:
Stefan Tröger
2017-02-12 09:01:22 +01:00
committed by wmayer
parent eb601df236
commit f9200f4502
8 changed files with 178 additions and 105 deletions

View File

@@ -80,7 +80,7 @@ bool ExtensionContainer::hasExtension(Base::Type t, bool derived) const {
}
return false;
}
return true;
return found;
}
bool ExtensionContainer::hasExtension(const std::string& name) const {