butterscotchstallion / limnoria-plugins

A smattering of Limnoria plugins I've written
MIT License
14 stars 14 forks source link

Fix integer division on Python 3. #109

Open progval opened 6 years ago

progval commented 6 years ago

The __future__ import backports the integer division syntax to Python 2, so the behavior of the plugin on Python 2 is unchanged.