summaryrefslogtreecommitdiff
path: root/testt
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-03-03 18:13:33 -0800
committeryo mama <pepper@scannerjammer.com>2015-03-03 18:13:33 -0800
commit81dc62a3c958c3a0462a5d180f62395787d6ffe9 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /testt
parent09afbc6f9d3bd3dbf482f5d4a1234666bf1e6c56 (diff)
working template
Diffstat (limited to 'testt')
-rwxr-xr-xtestt10
1 files changed, 0 insertions, 10 deletions
diff --git a/testt b/testt
deleted file mode 100755
index f8e4b4a..0000000
--- a/testt
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/python
-
-import json
-import genericrequest
-
-
-TEST1 = {'color1': '#68228B', 'height': '700', 'width': '500', 'contrast': '100', 'hue': '134', 'saturation': '100', 'format': 'gif', 'stripes': 'true', 'halftone': 'smallerdots1', 'burriness': '13', 'color2': '#000000', 'gradienttype': 'radial', 'bevel': 'evenlyframed', 'rotate': '99', 'percentbeveled': '40', 'name': 'richard_giovanni', 'brightness': '130', 'flop': 'true', 'flip': 'true', 'stripenumber': '3', 'stripeintensity': '748'}
-json.dumps(TEST1)
-
-genericrequest.request("http://asdf.us/cgi-bin/im/gradient", TEST1)