# HG changeset patch # User Lennard de Rijk # Date 1244310174 -7200 # Node ID 92cfd29a363dcdf0ba0582fe6092db94d835cf18 # Parent c4958af146346668c2b969307990378d0b79ef2e Removed authors from 'empty' __init__.py files. diff -r c4958af14634 -r 92cfd29a363d app/soc/modules/ghop/logic/__init__.py --- a/app/soc/modules/ghop/logic/__init__.py Sat Jun 06 10:30:56 2009 -0500 +++ b/app/soc/modules/ghop/logic/__init__.py Sat Jun 06 19:42:54 2009 +0200 @@ -11,10 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - + """This is the GHOP Logic module. """ - -__authors__ = [ - '"Lennard de Rijk" ', - ] diff -r c4958af14634 -r 92cfd29a363d app/soc/modules/ghop/logic/models/__init__.py --- a/app/soc/modules/ghop/logic/models/__init__.py Sat Jun 06 10:30:56 2009 -0500 +++ b/app/soc/modules/ghop/logic/models/__init__.py Sat Jun 06 19:42:54 2009 +0200 @@ -11,10 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - + """This is the GHOP Model Logic module. """ - -__authors__ = [ - '"Lennard de Rijk" ', - ] diff -r c4958af14634 -r 92cfd29a363d app/soc/modules/ghop/models/__init__.py --- a/app/soc/modules/ghop/models/__init__.py Sat Jun 06 10:30:56 2009 -0500 +++ b/app/soc/modules/ghop/models/__init__.py Sat Jun 06 19:42:54 2009 +0200 @@ -11,10 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - + """This is the GHOP Models module. """ - -__authors__ = [ - '"Lennard de Rijk" ', - ] diff -r c4958af14634 -r 92cfd29a363d app/soc/modules/ghop/views/__init__.py --- a/app/soc/modules/ghop/views/__init__.py Sat Jun 06 10:30:56 2009 -0500 +++ b/app/soc/modules/ghop/views/__init__.py Sat Jun 06 19:42:54 2009 +0200 @@ -14,7 +14,3 @@ """This is the GHOP Views module. """ - -__authors__ = [ - '"Lennard de Rijk" ', - ]