Switch to using Python 3 style division everywhere.

Also add testing for this to our Python 3 compatibility test suite.
This commit is contained in:
Tim Abbott 2016-01-23 18:56:05 -08:00
parent 4dc5761ce2
commit a8c4facc67
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,7 @@
from __future__ import print_function
from __future__ import absolute_import
from __future__ import division
import simplejson
import requests
import time