Skip to content

Commit

Permalink
Add missing DirProxy/GetAttrProxy to klass.__all__
Browse files Browse the repository at this point in the history
These are public symbols and were supposed to be marked
as such.

Signed-off-by: Brian Harring <[email protected]>
  • Loading branch information
ferringb committed Jan 16, 2024
1 parent f15e0ea commit d84df20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/snakeoil/klass.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"alias",
"patch",
"SlotsPicklingMixin",
"DirProxy",
"GetAttrProxy",
)

import inspect
Expand Down

0 comments on commit d84df20

Please sign in to comment.