Skip to content

Commit

Permalink
Py3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Apr 11, 2017
1 parent b5979ed commit a7c800a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_influxdb_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ def test_multi_finder_index_build(self):
del self.finder
self.config['influxdb']['reindex_interval'] = 0
finders = []
for _ in xrange(num_finders):
for _ in range(num_finders):
_finder = influxgraph.InfluxDBFinder(self.config)
time.sleep(.001)
finders.append(_finder)
Expand Down

0 comments on commit a7c800a

Please sign in to comment.