We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec48140 + 46fb18f commit c48cf38Copy full SHA for c48cf38
1 file changed
PyQtAds/QtAds/__init__.py
@@ -1,10 +1,10 @@
1
from .ads import ads
2
-from ._version import *
+from .._version import *
3
4
import inspect
5
6
for name, member in inspect.getmembers(ads):
7
if not name.startswith('_'):
8
globals()[name] = member
9
10
-del ads
+del ads
0 commit comments