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:
parent
4dc5761ce2
commit
a8c4facc67
2 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
import simplejson
|
||||
import requests
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue