Changeset 215
- Timestamp:
- 11/05/07 16:35:12
- Files:
-
- trunk/geniusql/codewalk.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/geniusql/codewalk.py
r159 r215 38 38 def named_opcodes(bits): 39 39 """Change initial numeric opcode bits to their named equivalents.""" 40 if isinstance(bits, basestring): 41 bits = map(ord, bits) 40 42 bitnums = [] 41 43 bits = iter(bits)
