Skip to content

Commit

Permalink
wscript: Address some pyflakes warnings
Browse files Browse the repository at this point in the history
Keep it tidy.
  • Loading branch information
kiilerix committed Oct 23, 2024
1 parent 8402712 commit e4daee0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion libs/aaf/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python
from waflib.extras import autowaf as autowaf
import os

# Version of this package (even if built as a child)
LIBAAF_VERSION = '0.0.0'
Expand Down
1 change: 0 additions & 1 deletion libs/appleutility/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python
from waflib.extras import autowaf as autowaf
from waflib import Options
import os

libappleutility_sources = [
Expand Down
1 change: 0 additions & 1 deletion libs/surfaces/console1/wscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
from waflib.extras import autowaf as autowaf
import os

def options(opt):
Expand Down

0 comments on commit e4daee0

Please sign in to comment.