summaryrefslogtreecommitdiffstats
path: root/funcweb/scripts/funcwebd
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/scripts/funcwebd')
-rw-r--r--funcweb/scripts/funcwebd9
1 files changed, 0 insertions, 9 deletions
diff --git a/funcweb/scripts/funcwebd b/funcweb/scripts/funcwebd
deleted file mode 100644
index c51426a..0000000
--- a/funcweb/scripts/funcwebd
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/python
-# EASY-INSTALL-ENTRY-SCRIPT: 'funcweb==0.1','console_scripts','start-funcweb'
-__requires__ = 'funcweb==0.1'
-import sys
-from pkg_resources import load_entry_point
-
-sys.exit(
- load_entry_point('funcweb==0.1', 'console_scripts', 'start-funcweb')()
- )