prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

NXDL__Mixin is actually a base class #169

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

A mixin modifies some parent class. As it is used here, nxdl_manager.NXDL__Mixin is actually a base class. Rename it to make the name consistent with how it is used.