We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec8bf8 commit 9a2cbbdCopy full SHA for 9a2cbbd
test.py
@@ -1,5 +1,5 @@
1
if __name__ == '__main__':
2
import pkgutil
3
modules = (name for _, name, is_pkg in pkgutil.iter_modules()
4
- if is_pkg)
+ if is_pkg and name != 'aexol')
5
map(__import__, modules)
0 commit comments