summaryrefslogtreecommitdiff
path: root/share/frontend/imgradient/dirs.py
blob: 1cb9fa5d9bf98bee1ad9db23db68fe726c2db079 (plain)
1
2
3
4
5
6
7
#!/usr/bin/python2.7

import os

for i in xrange(256):
	print "%04d %02x" % (i,i)
#	os.mkdir ("%02x" % i)