We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2cbbd commit 0dfbb3fCopy full SHA for 0dfbb3f
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 and name != 'aexol')
+ if is_pkg)
5
map(__import__, modules)
0 commit comments