mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
refactor: switch to python 3
This commit is contained in:
committed by
Stefan Seefeld
parent
3e7be69e1e
commit
d30c1bb7a8
@@ -1,7 +1,7 @@
|
||||
# Copyright David Abrahams 2004. Distributed under the Boost
|
||||
# Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from cltree import basic,symbol,constant,variable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user