app/soc/modules/ghop/__init__.py
changeset 2400 5992e2033ca2
parent 2397 d943fa182fae
child 2405 b9a4609d01e4
--- a/app/soc/modules/ghop/__init__.py	Fri Jun 05 22:54:19 2009 +0200
+++ b/app/soc/modules/ghop/__init__.py	Sat Jun 06 17:16:52 2009 +0200
@@ -11,19 +11,17 @@
 # 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 main modules module.
 """
- 
+
 __authors__ = [
-  '"Sverre Rabbelier" <sverre@rabbelier.nl>',
-  '"Lennard de Rijk" <ljvderijk@gmail.com>',
+  '"Madhusudan C.S." <madhusudancs@gmail.com>',
   ]
- 
- 
- 
+
+
+
 from soc.modules.ghop import callback
- 
+
 def getCallback():
   return callback.Callback
-