Renaming getPyDict to getPyObject for consistency with BaseClass

This commit is contained in:
Abdullah Tahiri
2017-05-12 23:11:38 +02:00
committed by wmayer
parent b410f8857c
commit a7bc962ce5
4 changed files with 14 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ public:
{
CLASS c;
c.setPyDict(pydict);
c.setPyObject(pydict);
throw c;
}