File: __main__.py

package info (click to toggle)
cherrypy3 18.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,296 kB
  • sloc: python: 17,563; makefile: 29; sh: 8
file content (5 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
"""CherryPy'd cherryd daemon runner."""
from cherrypy.daemon import run


__name__ == '__main__' and run()