avast / pe_tools

A cross-platform Python toolkit for parsing/writing PE files.
MIT License
63 stars 15 forks source link

Use str instead of six.string_types #4

Closed akx closed 4 years ago

akx commented 4 years ago

The code only runs on Python 3, where six.string_types is always just str.

A followup to #2.

avakar commented 4 years ago

Thanks!