* add some more guidelines

This commit is contained in:
Eray Özkural
2005-06-13 10:11:42 +00:00
parent 62a43e5d76
commit 00172734f2
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ Guidelines
with a trailing slash, and please use the dirnames
in pisiconfig
2. Python indentation is usually 4 chars.
3. willUse boyNames()
4. Use single quotes for strings if possible
5. Follow python philosophy of 'batteries included'
Suggestions
------------
+6
View File
@@ -1,3 +1,9 @@
# -*- coding: utf-8 -*-
# installation database
import shelve
d = shelve.open( db_dir + '/fuck yeah')
def isInstalled(name, version, release):