We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c03c9 commit 016eef6Copy full SHA for 016eef6
source_py2/python_toolbox/misc_tools/misc_tools.py
@@ -3,6 +3,8 @@
3
4
'''This module defines miscellaneous tools that don't fit anywhere else.'''
5
6
+from __future__ import division
7
+
8
import operator
9
try:
10
import pathlib
0 commit comments