Coverage for pylucid_admin.py : 90%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
#!/usr/bin/python3
PyLucid Admin Shell ~~~~~~~~~~~~~~~~~~~
:created: 2018 by Jens Diemer :copyleft: 2018 by the PyLucid team, see AUTHORS for more details. :license: GNU GPL v3 or above, see LICENSE for more details. """
# PyLucid
# path_helper.print_path() # path_helper.assert_all_path()
# Installed in "normal" mode (as Package from PyPi) ShellClass = PyLucidNormalShell else: # Installed in "developer" mode (as editable from source) # Import here, because developer_shell imports packages that # only installed in "developer" mode ;)
path_helper, self_filename=Path(__file__).name ).cmdloop()
if __name__ == '__main__': main() |