Skip to content

Commit

Permalink
fix a python2/3 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Watte committed Nov 6, 2012
1 parent 7f50569 commit a55b6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/istatd_query.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import sys
import urllib
import urlparse
Expand Down

0 comments on commit a55b6f8

Please sign in to comment.