Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 6353285

Browse files
committed
Remove #!/usr/bin/python in modules
1 parent 8e82680 commit 6353285

10 files changed

Lines changed: 1 addition & 11 deletions

virtinst/CapabilitiesParser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/python -tt
2-
1+
#
32
# Some code for parsing libvirt's capabilities XML
43
#
54
# Copyright 2007 Red Hat, Inc.

virtinst/CloneManager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# Copyright(c) FUJITSU Limited 2007.
43
#

virtinst/DistroManager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# Convenience module for fetching/creating kernel/initrd files
43
# or bootable CD images.

virtinst/FullVirtGuest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# Fullly virtualized guest support
43
#

virtinst/Guest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# Common code for all guests
43
#

virtinst/ImageFetcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# Convenience module for fetching files from a network source
43
#

virtinst/LiveCDInstaller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# An installer class for LiveCD images
43
#

virtinst/OSDistro.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# Represents OS distribution specific install data
43
#

virtinst/ParaVirtGuest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# Paravirtualized guest support
43
#

virtinst/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python -tt
21
#
32
# Utility functions used for guest installation
43
#

0 commit comments

Comments
 (0)