Skip to content

Commit

Permalink
Merge pull request #456 from mrsanders/python3-no-web
Browse files Browse the repository at this point in the history
Fix an import error on Python 3
  • Loading branch information
heyman authored Sep 19, 2016
2 parents 16140b0 + 39e7b36 commit c5bd109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def print_error_report():
console_logger.info("")

def stats_printer():
from runners import locust_runner
from .runners import locust_runner
while True:
print_stats(locust_runner.request_stats)
gevent.sleep(2)

0 comments on commit c5bd109

Please sign in to comment.