sanger-pathogens / gff3toembl

Converts Prokka GFF3 files to EMBL files for uploading annotated assemblies to EBI
http://sanger-pathogens.github.io/gff3toembl/
Other
29 stars 13 forks source link

Use Python 3 ready exception, print, etc #39

Closed peterjc closed 8 years ago

peterjc commented 8 years ago

Some of these changes like the exception change break on Python 2.5 or older.

The changes should all work on Python 2.6, 2.7 and 3.

This does not address a number of other problems with the current code under Python 3.