diff --git a/quantum/debug/__init__.py b/quantum/debug/__init__.py index 84aa22396d..1854ca9aa3 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 92c7e7d5c6..f6dc833be8 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 08edb261f8..2daf19f0f9 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 28e563b8a6..da82c24b9c 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.