aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@amacapital.net>2014-09-10 10:10:31 -0700
committerAndy Lutomirski <luto@amacapital.net>2014-09-10 10:10:31 -0700
commita84a0b1d9fdb550bc5a1c6b129a982d25128cbc2 (patch)
tree4171f83a7e2728307a384d8d6464373a2ac426d3
parent11ffbf658fbca5cf75e0dd4b4a5b68173c070bf8 (diff)
downloadvirtme-a84a0b1d9fdb550bc5a1c6b129a982d25128cbc2.tar.gz
Remove unnecessary #!/usr/bin/python3 headers in modules
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
-rw-r--r--virtme/architectures.py1
-rw-r--r--virtme/commands/configkernel.py1
-rw-r--r--virtme/commands/run.py1
-rwxr-xr-xvirtme/cpiowriter.py1
-rw-r--r--virtme/guest_tools.py1
-rw-r--r--virtme/mkinitramfs.py1
-rw-r--r--virtme/modfinder.py1
-rw-r--r--virtme/qemu_helpers.py1
-rw-r--r--virtme/virtmods.py1
9 files changed, 0 insertions, 9 deletions
diff --git a/virtme/architectures.py b/virtme/architectures.py
index 8b4b82c..f89c11b 100644
--- a/virtme/architectures.py
+++ b/virtme/architectures.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# qemu_helpers: Helpers to find QEMU and handle its quirks
# Copyright © 2014 Andy Lutomirski
diff --git a/virtme/commands/configkernel.py b/virtme/commands/configkernel.py
index d5af7b5..184afd4 100644
--- a/virtme/commands/configkernel.py
+++ b/virtme/commands/configkernel.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# virtme-configkernel: Configure a kernel for virtme
# Copyright © 2014 Andy Lutomirski
diff --git a/virtme/commands/run.py b/virtme/commands/run.py
index d04a4d7..f9ae45c 100644
--- a/virtme/commands/run.py
+++ b/virtme/commands/run.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# virtme-run: The main command-line virtme frontend
# Copyright © 2014 Andy Lutomirski
diff --git a/virtme/cpiowriter.py b/virtme/cpiowriter.py
index 7fe18d5..7f0a995 100755
--- a/virtme/cpiowriter.py
+++ b/virtme/cpiowriter.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# cpiowriter: A barebones initramfs writer
# Copyright © 2014 Andy Lutomirski
diff --git a/virtme/guest_tools.py b/virtme/guest_tools.py
index c6d4819..f288feb 100644
--- a/virtme/guest_tools.py
+++ b/virtme/guest_tools.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# resources.py: Find virtme's resources
# Copyright © 2014 Andy Lutomirski
diff --git a/virtme/mkinitramfs.py b/virtme/mkinitramfs.py
index 9dc80c0..f81f84c 100644
--- a/virtme/mkinitramfs.py
+++ b/virtme/mkinitramfs.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# virtme-mkinitramfs: Generate an initramfs image for virtme
# Copyright © 2014 Andy Lutomirski
diff --git a/virtme/modfinder.py b/virtme/modfinder.py
index fb4e1c5..b4f230c 100644
--- a/virtme/modfinder.py
+++ b/virtme/modfinder.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# modfinder: A simple tool to resolve required modules
# Copyright © 2014 Andy Lutomirski
diff --git a/virtme/qemu_helpers.py b/virtme/qemu_helpers.py
index 62dd7bb..bb4d72e 100644
--- a/virtme/qemu_helpers.py
+++ b/virtme/qemu_helpers.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# qemu_helpers: Helpers to find QEMU and handle its quirks
# Copyright © 2014 Andy Lutomirski
diff --git a/virtme/virtmods.py b/virtme/virtmods.py
index 3ca611c..8f43652 100644
--- a/virtme/virtmods.py
+++ b/virtme/virtmods.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# -*- mode: python -*-
# virtmods: Default module configuration
# Copyright © 2014 Andy Lutomirski