dragonkeeper
dragonkeeper copied to clipboard
Migrate to Python 3.
Here are changes, required to launch Dragonkeeper under Python 3 (tested with 3.2). Except simple changes like print() and 'exception as', there are a lot of changes to properly handle bytes <=> str conversion. Surprisingly, even bytes concatenating was done with str templates. :)