mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
Merge pull request #82 from ddemidov/master
Fix import in QtAds.__init__.py
This commit is contained in:
commit
c48cf3875d
@ -1,5 +1,5 @@
|
|||||||
from .ads import ads
|
from .ads import ads
|
||||||
from ._version import *
|
from .._version import *
|
||||||
|
|
||||||
import inspect
|
import inspect
|
||||||
|
|
||||||
@ -7,4 +7,4 @@ for name, member in inspect.getmembers(ads):
|
|||||||
if not name.startswith('_'):
|
if not name.startswith('_'):
|
||||||
globals()[name] = member
|
globals()[name] = member
|
||||||
|
|
||||||
del ads
|
del ads
|
||||||
|
Loading…
Reference in New Issue
Block a user