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