We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1804f commit 4e2511fCopy full SHA for 4e2511f
test_pkg_resources/test_pkg_resource.py
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env python
2
+# coding=utf-8
3
+from pkg_resources import iter_entry_points
4
+
5
+for entry_point in iter_entry_points('magnum.drivers'):
6
+ print entry_point, entry_point.load(require=False)
0 commit comments