Skip to content

Commit

Permalink
Changed integer division to behave like Python3 in Python2. Fixes Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rannbaron authored and Nathaniel Saul committed Aug 9, 2018
1 parent faa1806 commit 0978c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions persim/persim.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import division
from itertools import product
import collections

Expand Down

0 comments on commit 0978c7d

Please sign in to comment.