Removed authors from 'empty' __init__.py files.
--- 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>',
- ]