mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 07:31:33 +08:00
Fix import in QtAds.__init__.py
This commit is contained in:
parent
ec48140309
commit
46fb18fc58
@ -1,5 +1,5 @@
|
||||
from .ads import ads
|
||||
from ._version import *
|
||||
from .._version import *
|
||||
|
||||
import inspect
|
||||
|
||||
@ -7,4 +7,4 @@ for name, member in inspect.getmembers(ads):
|
||||
if not name.startswith('_'):
|
||||
globals()[name] = member
|
||||
|
||||
del ads
|
||||
del ads
|
||||
|
Loading…
Reference in New Issue
Block a user