diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
| commit | d3e7b5708deffbed864c916de22663f48333c58b (patch) | |
| tree | ef76784a7827baff88c03670bf22832a3f146b17 /share/frontend/imgradient/dirs.py | |
| parent | 86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff) | |
finishing server
Diffstat (limited to 'share/frontend/imgradient/dirs.py')
| -rwxr-xr-x | share/frontend/imgradient/dirs.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/frontend/imgradient/dirs.py b/share/frontend/imgradient/dirs.py new file mode 100755 index 0000000..1cb9fa5 --- /dev/null +++ b/share/frontend/imgradient/dirs.py @@ -0,0 +1,7 @@ +#!/usr/bin/python2.7 + +import os + +for i in xrange(256): + print "%04d %02x" % (i,i) +# os.mkdir ("%02x" % i) |
