diff options
| author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2016-06-03 14:31:33 +0200 |
|---|---|---|
| committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2016-06-03 14:31:33 +0200 |
| commit | 96ecb00e4315faf6a01744f7d1e72026cfb076e5 (patch) | |
| tree | 0d72ee03cbc1172c8d3b08a33086189af5627661 | |
| parent | cc4f2d5f6318647bc6bd7f163aeb613324afc074 (diff) | |
| download | wgetpaste-96ecb00e4315faf6a01744f7d1e72026cfb076e5.tar.gz | |
nuke poundpython: doesn't work anymore
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
| -rwxr-xr-x | wgetpaste | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -14,7 +14,7 @@ E=$'\e' N=$'\n' ### services -SERVICES="codepad dpaste gists poundpython" +SERVICES="codepad dpaste gists" # codepad ENGINE_codepad=codepad URL_codepad="http://codepad.org/" @@ -28,9 +28,6 @@ DEFAULT_EXPIRATION_dpaste="30 days" # gists ENGINE_gists=gists URL_gists="https://api.github.com/gists" -# poundpython -ENGINE_poundpython=lodgeit -URL_poundpython="http://paste.pound-python.org/" # tinyurl ENGINE_tinyurl=tinyurl URL_tinyurl="http://tinyurl.com/ api-create.php" |
