summaryrefslogtreecommitdiff
path: root/im/imdither/imdither_tests.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-15 18:21:14 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-15 18:21:14 -0800
commitca7216ef0777de4ea226c6d672c4862362f9e74c (patch)
tree35444af3fe7159efb6c6358a21b1c1867e4fd6fd /im/imdither/imdither_tests.py
parent08640b7ab204e99463f37e5efb4af28f091c0b61 (diff)
finalizing
Diffstat (limited to 'im/imdither/imdither_tests.py')
-rwxr-xr-xim/imdither/imdither_tests.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/im/imdither/imdither_tests.py b/im/imdither/imdither_tests.py
deleted file mode 100755
index ee18b8d..0000000
--- a/im/imdither/imdither_tests.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/perl
-use LWP::UserAgent;
-use CGI;
-use Data::Dumper;
-
-my $URL = "http://localhost/cgi-bin/imdither.py";
-
-
-
-
-my $ua = LWP::UserAgent->new();
-my $response = $ua->post( $URL, { } );
-my $content = $response->decoded_content();
-
-my $cgi = CGI->new();
-print $cgi->header(), $content;
-