dragonkeeper icon indicating copy to clipboard operation
dragonkeeper copied to clipboard

Migrate to Python 3.

Open ettavolt opened this issue 12 years ago • 0 comments

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. :)

ettavolt avatar Aug 28 '12 06:08 ettavolt