summaryrefslogtreecommitdiff
path: root/frontend/imgradient/dirs.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
commitd3e7b5708deffbed864c916de22663f48333c58b (patch)
treeef76784a7827baff88c03670bf22832a3f146b17 /frontend/imgradient/dirs.py
parent86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff)
finishing server
Diffstat (limited to 'frontend/imgradient/dirs.py')
-rwxr-xr-xfrontend/imgradient/dirs.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/imgradient/dirs.py b/frontend/imgradient/dirs.py
deleted file mode 100755
index 1cb9fa5..0000000
--- a/frontend/imgradient/dirs.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/python2.7
-
-import os
-
-for i in xrange(256):
- print "%04d %02x" % (i,i)
-# os.mkdir ("%02x" % i)