commit | 570822102c037600781da816d1a083db031c8cde | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel@inf.ethz.ch> | Fri Sep 04 23:42:12 2015 +0200 |
committer | Wenzel Jakob <wenzel@inf.ethz.ch> | Fri Sep 04 23:49:23 2015 +0200 |
tree | 29aee2ef65b8cb27979db9a56414ae2720abf65d | |
parent | d557e1d3ad743dd902f69e35b15262e8b2e679e6 [diff] [blame] |
support for ancient Python versions (2.7.x)
diff --git a/example/example5.py b/example/example5.py index 7e0dfd0..4e75e17 100755 --- a/example/example5.py +++ b/example/example5.py
@@ -1,4 +1,5 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python +from __future__ import print_function import sys sys.path.append('.')