From ded1813eb51d5ac533dd939f08bba8bf193692a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Mon, 13 Jun 2005 13:26:37 +0000 Subject: [PATCH] * remove a silly guideline --- src/CODING | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CODING b/src/CODING index 3c604d8b..554cf70f 100644 --- a/src/CODING +++ b/src/CODING @@ -8,8 +8,7 @@ Guidelines with a trailing slash, and please use the dirnames in pisiconfig 2. Python indentation is usually 4 chars. -3. Use single quotes for strings if possible -4. Follow python philosophy of 'batteries included' +3. Follow python philosophy of 'batteries included' Suggestions ------------