Skip to content

Commit

Permalink
Merge pull request #136 from s4w3d0ff/chart-python2-fix
Browse files Browse the repository at this point in the history
make the chart example work for python2
  • Loading branch information
s4w3d0ff authored Jun 29, 2017
2 parents d95d74e + 22c9586 commit ad88b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/chart/chart.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import print_function
from time import time
import logging
from operator import itemgetter
Expand Down

0 comments on commit ad88b71

Please sign in to comment.