Remove now unneeded getCallback from ghop.__init__
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 06 Jun 2009 20:40:08 +0200
changeset 2405 b9a4609d01e4
parent 2404 4f87bab3c6b3
child 2406 6f966e1a80bc
Remove now unneeded getCallback from ghop.__init__
app/soc/modules/ghop/__init__.py
--- a/app/soc/modules/ghop/__init__.py	Sat Jun 06 20:29:09 2009 +0200
+++ b/app/soc/modules/ghop/__init__.py	Sat Jun 06 20:40:08 2009 +0200
@@ -12,16 +12,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""This is the main modules module.
+"""This is the main ghop module.
 """
-
-__authors__ = [
-  '"Madhusudan C.S." <madhusudancs@gmail.com>',
-  ]
-
-
-
-from soc.modules.ghop import callback
-
-def getCallback():
-  return callback.Callback