Removed symlink to _pgui and created proper lazy-import in __init__.py
This commit is contained in:
parent
8d245c0f69
commit
17de6c1397
2 changed files with 3 additions and 1 deletions
|
@ -5,3 +5,6 @@ def __getattr__(name):
|
|||
from .pygame_tools import pgui
|
||||
return pgui
|
||||
|
||||
|
||||
if False:
|
||||
from .pygame_tools import pgui # noqa
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pygame_tools/pgui
|
Loading…
Add table
Reference in a new issue