diff options
| author | makkalot <makkalot@gmail.com> | 2008-07-07 15:57:50 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-07-07 15:57:50 +0300 |
| commit | dd5763f4afe3a1829dd7dfd8387d652f7f3a0abf (patch) | |
| tree | f481000d8b86e08c94b51b47b0f7710fc7c882cd /funcweb/scripts | |
| parent | 21fcc31a4adf2e86198f0d134f133d5d2a839624 (diff) | |
| download | func-dd5763f4afe3a1829dd7dfd8387d652f7f3a0abf.tar.gz func-dd5763f4afe3a1829dd7dfd8387d652f7f3a0abf.tar.xz func-dd5763f4afe3a1829dd7dfd8387d652f7f3a0abf.zip | |
delete the scripts thing we dont need it the setup.py already does the same thing
Diffstat (limited to 'funcweb/scripts')
| -rw-r--r-- | funcweb/scripts/funcwebd | 9 |
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')() - ) |
