We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26cb75 commit 414aaa3Copy full SHA for 414aaa3
bin/texas
@@ -1,7 +1,9 @@
1
#!/usr/bin/env python
2
+
3
+from __future__ import print_function
4
import os
5
6
_ROOT = os.path.abspath(os.path.dirname(__file__))
7
8
texas = os.path.join(_ROOT, "../bashplotlib", "data", "texas.txt")
-print open(texas).read().strip()
9
+print(open(texas).read().strip())
0 commit comments