From ca7216ef0777de4ea226c6d672c4862362f9e74c Mon Sep 17 00:00:00 2001 From: yo mama Date: Sun, 15 Feb 2015 18:21:14 -0800 Subject: finalizing --- im/imdither/imdither_tests.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 im/imdither/imdither_tests.py (limited to 'im/imdither/imdither_tests.py') 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; - -- cgit v1.2.3-70-g09d2