ping.py
Go to the documentation of this file.
00001 #! /usr/bin/env python
00002 
00003 from pyclearsilver import CSPage
00004 import MBPage
00005 
00006 class MyPage(MBPage.MBPage):
00007   def setup(self, hdf):
00008     pass
00009     
00010   def display(self, hdf):
00011     pass
00012     
00013 def run(context):
00014   return MyPage(context, pagename="ping", nologin=False)
00015 
00016 def main():
00017   context = CSPage.Context()
00018   run(context).start()
00019 
00020 if __name__ == "__main__":
00021   main()


webui
Author(s): Scott Hassan/hassan@willowgarage.com
autogenerated on Sat Dec 28 2013 17:47:58