mirror of
https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
synced 2026-08-29 16:40:31 +08:00
Remove shebangs and execute permission from non-script executables
These files’ filesystem permissions included the executable bit and they had shebang lines, but they have no “main routines” or interesting side effects.
This commit is contained in:
Executable → Regular
-1
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""The most complete dark/light style sheet for Qt applications (Qt4, Qt5,
|
||||
|
||||
Executable → Regular
-1
@@ -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
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Utilities to process and convert svg images to png using palette colors.
|
||||
|
||||
Reference in New Issue
Block a user