Skip to content

Commit 8ac11a0

Browse files
committed
-
1 parent 71b1c67 commit 8ac11a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[nosetests]
2-
where=source_py2/test_python_toolbox
2+
where=source_py3/test_python_toolbox
33

44
verbosity=3
55
detailed-errors=1

source_py2/test_python_toolbox/test_cute_iter_tools/test_get_ratio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright 2009-2013 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4+
from __future__ import division
5+
46
from python_toolbox import cute_iter_tools
57

68

0 commit comments

Comments
 (0)