Removed authors from 'empty' __init__.py files.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 06 Jun 2009 19:42:54 +0200
changeset 2403 92cfd29a363d
parent 2402 c4958af14634
child 2404 4f87bab3c6b3
Removed authors from 'empty' __init__.py files.
app/soc/modules/ghop/logic/__init__.py
app/soc/modules/ghop/logic/models/__init__.py
app/soc/modules/ghop/models/__init__.py
app/soc/modules/ghop/views/__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" <ljvderijk@gmail.com>',
-  ]
--- 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" <ljvderijk@gmail.com>',
-  ]
--- 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" <ljvderijk@gmail.com>',
-  ]
--- 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" <ljvderijk@gmail.com>',
-  ]