Mercurial > hg > config
comparison python/dependencies.py @ 261:a529f0d3c259
docstring
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Wed, 23 Jan 2013 14:40:00 -0800 |
| parents | 2862f4453296 |
| children | af52700d1ce0 |
comparison
equal
deleted
inserted
replaced
| 260:eacc4c5ed628 | 261:a529f0d3c259 |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 | |
| 3 """ | |
| 4 illustrate overriding ``setuptools.setup`` to read package data | |
| 5 """ | |
| 2 | 6 |
| 3 import imp | 7 import imp |
| 4 import os | 8 import os |
| 5 import pprint | 9 import pprint |
| 6 import sys | 10 import sys |
