cry_names: zfill(2)

This commit is contained in:
yenatch
2013-11-08 22:49:47 -05:00
parent e7385d6f04
commit 3013246d69

View File

@@ -1,4 +1,4 @@
# coding: utf-8
cry_names = ['%X' % x for x in xrange(0x44)]
cry_names = ['%.2X' % x for x in xrange(0x44)]