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 /frontend/imgradient/dirs.py | |
| parent | 86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff) | |
finishing server
Diffstat (limited to 'frontend/imgradient/dirs.py')
| -rwxr-xr-x | frontend/imgradient/dirs.py | 7 |
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) |
