dreamer / boxtron

Steam Play compatibility tool to run DOS games using native Linux DOSBox
https://luxtorpeda.gitlab.io/
GNU General Public License v2.0
406 stars 5 forks source link

Replace f-strings with the format() methods #2

Closed boltronics closed 5 years ago

boltronics commented 5 years ago

This project is a great idea, but in order to use it on my Debian installation (which ships with 3.5.3), I had to make some small changes. I hope using the older string type is not too inconvenient.

Adds compatibility with Ubuntu 14.04, 16.04, Debian Stretch, etc. which only ship with Python 3.5.

dreamer commented 5 years ago

For the record, CI on Gitlab just verified this change as well: https://gitlab.com/dreamer-tan/steam-dos/pipelines/63356481

dreamer commented 5 years ago

That's done, thank you!