Skip to content

Commit

Permalink
waf: remove Python print_function import
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Feb 25, 2025
1 parent 07b0ac9 commit 41b5f79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion waf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3

from __future__ import print_function
import subprocess
import os.path as p
import sys
Expand Down
2 changes: 0 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env python3
# encoding: utf-8

from __future__ import print_function

import os.path
import os
import sys
Expand Down

0 comments on commit 41b5f79

Please sign in to comment.