summaryrefslogtreecommitdiff
path: root/cherrypy/cherryd
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/cherryd')
-rwxr-xr-xcherrypy/cherryd6
1 files changed, 0 insertions, 6 deletions
diff --git a/cherrypy/cherryd b/cherrypy/cherryd
deleted file mode 100755
index 5d271c39..00000000
--- a/cherrypy/cherryd
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /usr/bin/env python
-
-import cherrypy.daemon
-
-if __name__ == '__main__':
- cherrypy.daemon.run()