commit | 1231a4e097e55c5ac793ddaedad23bfd610591e6 | [log] [tgz] |
---|---|---|
author | Tarek Ziade <tarek@ziade.org> | Thu May 19 13:07:25 2011 +0200 |
committer | Tarek Ziade <tarek@ziade.org> | Thu May 19 13:07:25 2011 +0200 |
tree | d473428e1161a617cd8949c365f5e08c85224bda | |
parent | 566f8a646e937c17ff5bc7a8abc7af3c332b66ec [diff] [blame] |
initial import of the packaging package in the standard library
diff --git a/Lib/test/test_packaging.py b/Lib/test/test_packaging.py new file mode 100644 index 0000000..250d661 --- /dev/null +++ b/Lib/test/test_packaging.py
@@ -0,0 +1,5 @@ +import sys +from packaging.tests.__main__ import test_main + +if __name__ == '__main__': + test_main()