summaryrefslogtreecommitdiff
path: root/DEVELOPING
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-14 19:37:49 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-14 19:37:49 +0000
commitae34620db130bd8d94d68af73571e5df1bd4d258 (patch)
tree689dceb99d7ca43ffbb463145418628ccca45f20 /DEVELOPING
parentf8038096f2a1d6869425865292d7c6e980b8d9bb (diff)
downloadgentoolkit-ae34620db130bd8d94d68af73571e5df1bd4d258.tar.gz
Merge genscripts rev 137, this revision makes the output of equery meta compatible with epkginfo
svn path=/trunk/gentoolkit/; revision=722
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEVELOPING b/DEVELOPING
index ea5f457..0a6c309 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -1,7 +1,7 @@
-Code Guidelines
+Python Code Guidelines
---------------
These are a few guidelines to stick to when modifying or adding code to
-Gentoolkit.
+Gentoolkit. These guidelines do not apply to pym/gentoolkit/test/*.
First, read Python's PEP 8: http://www.python.org/dev/peps/pep-0008/
Next, read Portage's DEVELOPING file.