initial import of the packaging package in the standard library

This commit is contained in:
Tarek Ziade 2011-05-19 13:07:25 +02:00
parent 566f8a646e
commit 1231a4e097
193 changed files with 30376 additions and 149 deletions

View file

@ -0,0 +1,5 @@
import sys
from packaging.tests.__main__ import test_main
if __name__ == '__main__':
test_main()