From 90f9f1dfa086f24975b4a11df9c7b46a07c430af Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 16 May 2012 11:25:34 -0500 Subject: Clean up tenant and server * remove '_' from class names * add class name to log instances * some cleanups to HACKING Change-Id: I1f6334318ee0d7d83cd3cea0e71ba4f05dd2b5c5 --- HACKING | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index acf76e54..1218e5f7 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,5 @@ -Nova Style Commandments -======================= +OpenStack Style Commandments +============================ Step 1: Read http://www.python.org/dev/peps/pep-0008/ Step 2: Read http://www.python.org/dev/peps/pep-0008/ again @@ -23,7 +23,6 @@ Imports \n {{begin your code}} - General ------- - thou shalt put two newlines twixt toplevel code (funcs, classes, etc) @@ -33,7 +32,6 @@ General - thou shalt not name anything the same name as a builtin or reserved word - thou shalt not violate causality in our time cone, or else - Human Alphabetical Order Examples --------------------------------- :: @@ -54,7 +52,6 @@ Docstrings ---------- """A one line docstring looks like this and ends in a period.""" - """A multiline docstring has a one-line summary, less than 80 characters. Then a new paragraph after a newline that explains in more detail any -- cgit v1.2.1