diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-21 09:12:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-21 09:12:53 +0000 |
| commit | 6bd774341aadd4ffbe508d6512d2a2d250909a0a (patch) | |
| tree | fe18eaaa61aaf26bdee08a1cbec5abfb52918c81 /wscript | |
| parent | dc87773c69beb0249c1d50841730a10a496b563a (diff) | |
Fix for python 3.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ if this_version == '': else: VERSION = this_version[1:].strip() -print 'Version: %s' % VERSION +print('Version: %s' % VERSION) def options(opt): opt.load('compiler_cxx') |
