Merge pull request #87 from abitrolly/master

Modernize SConstruct to make it Python 3 compatible
This commit is contained in:
Joseph Coffland 2023-08-06 14:21:48 +03:00 committed by GitHub
commit a1127e00f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# Setup
from __future__ import absolute_import
from __future__ import print_function
import os
env = Environment(ENV = os.environ)
try: