Skip to content

Commit

Permalink
Update Python QA shebangs to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
igorauad committed Oct 3, 2023
1 parent 39e0b5a commit 205a401
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/dvbs2rx/qa_bbdeheader_bb.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (c) 2019-2021 Igor Freire.
Expand Down
2 changes: 1 addition & 1 deletion python/dvbs2rx/qa_params.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (c) 2019-2021 Igor Freire.
Expand Down
2 changes: 1 addition & 1 deletion python/dvbs2rx/qa_plsync_cc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (c) 2019-2021 Igor Freire.
Expand Down
2 changes: 1 addition & 1 deletion python/dvbs2rx/qa_rotator_cc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright 2021 Free Software Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion python/dvbs2rx/qa_symbol_sync_cc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (c) 2019-2021 Igor Freire.
Expand Down

0 comments on commit 205a401

Please sign in to comment.