diff options
| author | FELD Boris <lothiraldan@gmail.com> | 2011-01-29 15:39:34 +0100 |
|---|---|---|
| committer | FELD Boris <lothiraldan@gmail.com> | 2011-01-29 15:39:34 +0100 |
| commit | de90c183d8269238e9d9b1dacc2feb435dceda7b (patch) | |
| tree | c282a64f75f2cd1b317c0e01c37249da3913ea00 /distutils2/_backport | |
| parent | e33e323e3c24ac46e5a4da7a62d1c2e83192b078 (diff) | |
| download | disutils2-de90c183d8269238e9d9b1dacc2feb435dceda7b.tar.gz | |
Use public method from sysconfig instead of private one to expand paths. Correct a type in config module.
Diffstat (limited to 'distutils2/_backport')
| -rw-r--r-- | distutils2/_backport/pkgutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/_backport/pkgutil.py b/distutils2/_backport/pkgutil.py index 36b7b28..ecd42a5 100644 --- a/distutils2/_backport/pkgutil.py +++ b/distutils2/_backport/pkgutil.py @@ -1169,4 +1169,4 @@ def get_file_users(path): yield dist def open(distribution_name, relative_path): - + pass |
