diff --git a/quantum/debug/__init__.py b/quantum/debug/__init__.py index 84aa22396db..1854ca9aa30 100644 --- a/quantum/debug/__init__.py +++ b/quantum/debug/__init__.py @@ -1,4 +1,3 @@ -#!/bin/python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright 2012, Nachi Ueno, NTT MCL, Inc. diff --git a/quantum/debug/commands.py b/quantum/debug/commands.py index 92c7e7d5c6b..f6dc833be87 100644 --- a/quantum/debug/commands.py +++ b/quantum/debug/commands.py @@ -1,4 +1,3 @@ -#!/bin/python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright 2012, Nachi Ueno, NTT MCL, Inc. diff --git a/quantum/debug/debug_agent.py b/quantum/debug/debug_agent.py index 08edb261f87..2daf19f0f93 100644 --- a/quantum/debug/debug_agent.py +++ b/quantum/debug/debug_agent.py @@ -1,4 +1,3 @@ -#!/bin/python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright 2012, Nachi Ueno, NTT MCL, Inc. diff --git a/quantum/debug/shell.py b/quantum/debug/shell.py index 28e563b8a68..da82c24b9c4 100644 --- a/quantum/debug/shell.py +++ b/quantum/debug/shell.py @@ -1,4 +1,3 @@ -#!/bin/python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright 2012, Nachi Ueno, NTT MCL, Inc.