change plain_data to ignore more base classes, so it'll work with ABCs and stuff
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 13 Oct 2022 01:33:17 +0000 (18:33 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 13 Oct 2022 01:33:17 +0000 (18:33 -0700)
commit900506e0410607e66c542aa50ef0ded876d32102
treeeb129beff1c8595fd72e1b15991de59b2392286d
parent65c73c39e93bc0fa57d6b5ecc0eb8a4268726979
change plain_data to ignore more base classes, so it'll work with ABCs and stuff
src/nmutil/plain_data.py
src/nmutil/test/test_plain_data.py