diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-03-05 17:48:21 +0100 |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-03-05 17:48:21 +0100 |
commit | 1e88f3faa61dbaa9ea0d2404aa8563c1eeceba54 (patch) | |
tree | 9385c17c0bceed0627296ec2fa9e07c2e0afbdc1 /Lib/packaging/database.py | |
parent | 1649c1b33a1d8f46ccf97b8373f62a22bbb3fde6 (diff) | |
parent | c53d6242359cd0dcf736a6c455a6397074815d46 (diff) | |
download | cpython-git-1e88f3faa61dbaa9ea0d2404aa8563c1eeceba54.tar.gz |
Merge.
Diffstat (limited to 'Lib/packaging/database.py')
-rw-r--r-- | Lib/packaging/database.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/packaging/database.py b/Lib/packaging/database.py index b2fcb97c37..e028dc55fb 100644 --- a/Lib/packaging/database.py +++ b/Lib/packaging/database.py @@ -19,6 +19,7 @@ __all__ = [ 'get_distributions', 'get_distribution', 'get_file_users', 'provides_distribution', 'obsoletes_distribution', 'enable_cache', 'disable_cache', 'clear_cache', + # XXX these functions' names look like get_file_users but are not related 'get_file_path', 'get_file'] |