Variables | |
| path = script_dir | |
| string | PKG = 'webui' |
| ROOT_DIR = os.path.join(path, "..") | |
| string | script_dir = '' |
| script_name = sys.argv[0] | |
| webui.auth.nstart.path = script_dir |
Definition at line 27 of file auth/nstart.py.
| string webui.auth.nstart.PKG = 'webui' |
Definition at line 7 of file auth/nstart.py.
| string webui.auth.nstart.ROOT_DIR = os.path.join(path, "..") |
Definition at line 29 of file auth/nstart.py.
| webui.auth.nstart.script_dir = '' |
Definition at line 11 of file auth/nstart.py.
| webui.auth.nstart.script_name = sys.argv[0] |
Definition at line 13 of file auth/nstart.py.