Skip to content

Commit

Permalink
cli improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ptg committed Oct 9, 2024
1 parent 3bb2d94 commit b1df9a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ptgctl/util/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def greetings(self):
'''
_COPY_OVER = ['__doc__', '__name__', '__file__', '__package__']
__name__ = None
__doc__ = None
__file__ = None
__package__ = None
def __init__(self, parent, get_module, lazy=True):
self._self = parent
self._get_module = get_module
Expand Down

0 comments on commit b1df9a7

Please sign in to comment.