Skip to content

Commit

Permalink
xrange.
Browse files Browse the repository at this point in the history
  • Loading branch information
DailyDreaming committed May 17, 2018
1 parent 8d2d96e commit 9b3b428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions attic/toil-sort-example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from __future__ import absolute_import
from six.moves import xrange
from argparse import ArgumentParser
import os
import logging
Expand Down
2 changes: 1 addition & 1 deletion src/toil/lib/misc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import random

from six.moves import xrange
from math import sqrt


Expand Down
1 change: 1 addition & 0 deletions src/toil/utils/toilStatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# python 2/3 compatibility imports
from __future__ import absolute_import
from __future__ import print_function
from six.moves import xrange
# TODO: change functions to support python 3 str and map
# from builtins import map
# from builtins import str
Expand Down

0 comments on commit 9b3b428

Please sign in to comment.