-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
method __init__ of class OleFileIO is using constants in parameter declarations, but those constants are not exported in __all__, of course they could be redefined in the module that is implementing a class inheriting from OleFileIO... but it is breaking DRY.
Could you please add DEFECT_UNSURE, DEFECT_POTENTIAL, DEFECT_INCORRECT, DEFECT_FATAL and DEFAULT_PATH_ENCODING to exports?
Reactions are currently unavailable