# HG changeset patch # User Sverre Rabbelier # Date 1244313608 -7200 # Node ID b9a4609d01e4385291958e43fa0f3600ee53c04c # Parent 4f87bab3c6b3d3665c5401b15c846e7251bb97a4 Remove now unneeded getCallback from ghop.__init__ diff -r 4f87bab3c6b3 -r b9a4609d01e4 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." ', - ] - - - -from soc.modules.ghop import callback - -def getCallback(): - return callback.Callback