diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-11-18 09:20:45 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-11-18 09:20:45 -0800 |
| commit | 348494657b7366263de6baf09ddfc6a528fac594 (patch) | |
| tree | 44b5c102b855f24067cab961ad54b86013db6fd3 /share/frontend/imgradient/dirs.py | |
| parent | ad0283d00256228d58828c878425d37398b9c05a (diff) | |
cleanup
Diffstat (limited to 'share/frontend/imgradient/dirs.py')
| -rwxr-xr-x | share/frontend/imgradient/dirs.py | 7 |
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) |
