summaryrefslogtreecommitdiff
path: root/share/frontend/imgradient/dirs.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-11-18 09:20:45 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-11-18 09:20:45 -0800
commit348494657b7366263de6baf09ddfc6a528fac594 (patch)
tree44b5c102b855f24067cab961ad54b86013db6fd3 /share/frontend/imgradient/dirs.py
parentad0283d00256228d58828c878425d37398b9c05a (diff)
cleanup
Diffstat (limited to 'share/frontend/imgradient/dirs.py')
-rwxr-xr-xshare/frontend/imgradient/dirs.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/share/frontend/imgradient/dirs.py b/share/frontend/imgradient/dirs.py
deleted file mode 100755
index 1cb9fa5..0000000
--- a/share/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)