Browse Source

Revert the shebang stuff

Per personal request in discussion of PR #306[1].

[1]: https://github.com/falkTX/Cadence/pull/306#issuecomment-775951549
pull/306/head
ivan tkachenko 3 years ago
parent
commit
c44702b076
No known key found for this signature in database GPG Key ID: 4D197017E61437CF
11 changed files with 11 additions and 0 deletions
  1. +1
    -0
      src/canvaspreviewframe.py
  2. +1
    -0
      src/claudia_database.py
  3. +1
    -0
      src/clickablelabel.py
  4. +1
    -0
      src/jacklib.py
  5. +1
    -0
      src/jacklib_helpers.py
  6. +1
    -0
      src/patchcanvas.py
  7. +1
    -0
      src/patchcanvas_theme.py
  8. +1
    -0
      src/shared.py
  9. +1
    -0
      src/shared_cadence.py
  10. +1
    -0
      src/shared_canvasjack.py
  11. +1
    -0
      src/shared_settings.py

+ 1
- 0
src/canvaspreviewframe.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Custom Mini Canvas Preview, a custom Qt widget


+ 1
- 0
src/claudia_database.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Package database


+ 1
- 0
src/clickablelabel.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Clickable Label, a custom Qt widget


+ 1
- 0
src/jacklib.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# JACK ctypes definitions for usage in python applications


+ 1
- 0
src/jacklib_helpers.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Helper functions for extra jacklib functionality


+ 1
- 0
src/patchcanvas.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# PatchBay Canvas engine using QGraphicsView/Scene


+ 1
- 0
src/patchcanvas_theme.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# PatchBay Canvas Themes


+ 1
- 0
src/shared.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Common/Shared code


+ 1
- 0
src/shared_cadence.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Common/Shared code for Cadence


+ 1
- 0
src/shared_canvasjack.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Common/Shared code related to Canvas and JACK


+ 1
- 0
src/shared_settings.py View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Common/Shared code related to the Settings dialog


Loading…
Cancel
Save