Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit953bf73

Browse files
committed
Remove useless shebangs and execute bits from source files
1 parentdb23e4c commit953bf73

27 files changed

+0
-54
lines changed

‎userland/utilities/basename.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
frompathlibimportPurePath
42

53
from ..importcore

‎userland/utilities/cat.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
importitertools
42
importsys
53
fromioimportBufferedReader

‎userland/utilities/clear.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
from ..importcore
42

53
# clear(1), roughly modelled off the ncurses implementation.

‎userland/utilities/dirname.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
frompathlibimportPurePath
42

53
from ..importcore

‎userland/utilities/echo.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
importcodecs
42
importre
53
fromoptparseimportOptionParser,BadOptionError,AmbiguousOptionError

‎userland/utilities/factor.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
importmath
42
importsys
53
fromtypingimportGenerator,Iterable

‎userland/utilities/false.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
importos
42
importsys
53

‎userland/utilities/groups.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
importgrp
42
importpwd
53
importos

‎userland/utilities/hostid.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
from ..importcore
42

53
parser=core.create_parser(

‎userland/utilities/id.py‎

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
importgrp
42
importpwd
53
importos

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp