Main Page
Namespaces
Classes
Files
File List
src
webui
mod
webui
cgibin
maintenance.py
Go to the documentation of this file.
1
#! /usr/bin/env python
2
3
"""
4
usage: %(progname)s [args]
5
"""
6
7
import
nstart
8
9
import
os, sys, string, time, getopt, re
10
from
pyclearsilver.log
import
*
11
12
import
neo_cgi, neo_util, neo_cs
13
14
from
pyclearsilver
import
CSPage
15
from
pyclearsilver
import
odb
16
17
import
MBPage
18
import
db_webui
19
20
import
roslib
21
import
roslib.scriptutil
22
#import rospy
23
import
webutil
24
25
class
MyPage
(
MBPage.MBPage
):
26
def
setup
(self, hdf):
27
self.
db
= db_webui.initSchema()
28
29
def
display
(self, hdf):
30
webutil.set_tabs(hdf, [
"admin"
])
31
32
def
run
(context):
33
return
MyPage
(context, pagename=
"maintenance"
, nologin=
False
)
34
35
def
main
():
36
context = CSPage.Context()
37
run
(context).
start
()
38
39
if
__name__ ==
"__main__"
:
40
main
()
webui.mod.webui.cgibin.maintenance.run
def run(context)
Definition:
maintenance.py:32
webui.startcgi.start
start
Definition:
startcgi.py:4
pyclearsilver::log
webui.MBPage.MBPage.db
db
Definition:
MBPage.py:32
webui.MBPage.MBPage
Definition:
MBPage.py:18
webui.mod.webui.cgibin.maintenance.main
def main()
Definition:
maintenance.py:35
webui.mod.webui.cgibin.maintenance.MyPage.setup
def setup(self, hdf)
Definition:
maintenance.py:26
webui.mod.webui.cgibin.maintenance.MyPage.display
def display(self, hdf)
Definition:
maintenance.py:29
webui.mod.webui.cgibin.maintenance.MyPage
Definition:
maintenance.py:25
webui
Author(s): Scott Hassan
autogenerated on Mon Jun 10 2019 15:51:24