diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-21 21:32:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-02 01:02:26 +0700 |
commit | ca5332e18d9fc01656159ec4042460fa54e9154d (patch) | |
tree | e1a8de55bf01f67ef94c91b0376bad6c1e999aaa /python/py/README | |
parent | 3b2c9f927538fa8c0656c5a5ed202c01da6da020 (diff) |
python/py: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py/README')
-rw-r--r-- | python/py/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/py/README b/python/py/README index 1667c95551da7..0a1986eacb972 100644 --- a/python/py/README +++ b/python/py/README @@ -1,7 +1,8 @@ -The py lib is a Python development support library featuring the following tools and -modules: +The py lib is a Python development support library featuring the +following tools and modules: py.path: uniform local and svn path objects py.apipkg: explicit API control and lazy-importing py.iniconfig: easy parsing of .ini files -py.code: dynamic code generation and introspection (deprecated, moved to pytest). +py.code: dynamic code generation and introspection (deprecated, moved to +pytest). |