app/soc/modules/ghop/__init__.py
changeset 2405 b9a4609d01e4
parent 2400 5992e2033ca2
equal deleted inserted replaced
2404:4f87bab3c6b3 2405:b9a4609d01e4
    10 # distributed under the License is distributed on an "AS IS" BASIS,
    10 # distributed under the License is distributed on an "AS IS" BASIS,
    11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12 # See the License for the specific language governing permissions and
    12 # See the License for the specific language governing permissions and
    13 # limitations under the License.
    13 # limitations under the License.
    14 
    14 
    15 """This is the main modules module.
    15 """This is the main ghop module.
    16 """
    16 """
    17 
       
    18 __authors__ = [
       
    19   '"Madhusudan C.S." <madhusudancs@gmail.com>',
       
    20   ]
       
    21 
       
    22 
       
    23 
       
    24 from soc.modules.ghop import callback
       
    25 
       
    26 def getCallback():
       
    27   return callback.Callback