Merge pull request #333 from musicinmybrain/shebang-cleanup

Shebang cleanup
This commit is contained in:
Carlos Cordoba
2023-10-11 18:34:37 -04:00
committed by GitHub
13 changed files with 4 additions and 13 deletions
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# QDarkStyle documentation build configuration file, created by
Executable → Regular
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""The most complete dark/light style sheet for Qt applications (Qt4, Qt5,
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Standard library imports
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""QDarkStyle default dark palette."""
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Example of qdarkstyle use for Python and Qt applications.
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""QDarkStyle default light palette."""
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Base palette mixin."""
Executable → Regular
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Utilities for processing SASS and images from default and custom palette.
Executable → Regular
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Utilities to process and convert svg images to png using palette colors.
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Utilities for compiling SASS files."""
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
A dark style sheet for QtWidgets application.
-1
View File
@@ -1,4 +1,3 @@
#!python
# -*- coding: utf-8 -*-
"""This module provides a main window for UI tests.
-1
View File
@@ -1,4 +1,3 @@
#!python
# -*- coding: utf-8 -*-
"""Test the qtsass is compiling the SCSS files to QSS."""