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 e5c1f2bc70
commit 1d10dd2835
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 {