Skip to content

Commit 016eef6

Browse files
committed
-
1 parent 46c03c9 commit 016eef6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source_py2/python_toolbox/misc_tools/misc_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
'''This module defines miscellaneous tools that don't fit anywhere else.'''
55

6+
from __future__ import division
7+
68
import operator
79
try:
810
import pathlib

0 commit comments

Comments
 (0)