diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 12:58:29 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:26 -0500 |
commit | e3f4f946bd4566cd0322e6cd4796f4b8bab42029 (patch) | |
tree | 9f29a0abe4cfeb5ecaf47a3e7a4032f16b3f88cf | |
parent | 9484cac0090054b09aec76eea72dd0bea7506c85 (diff) | |
download | slackbuilds-e3f4f946bd4566cd0322e6cd4796f4b8bab42029.tar.gz |
python/pep8: Fixed dep information
-rw-r--r-- | python/pep8/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pep8/README b/python/pep8/README index a169dbd683..295877cdef 100644 --- a/python/pep8/README +++ b/python/pep8/README @@ -1,4 +1,2 @@ pep8 is a tool to check your Python code against some of the style conventions in PEP 8 <http://www.python.org/dev/peps/pep-0008/>. - -This requires pysetuptools. |