Browse Source

Remove interpreter line from Python sources

micbou 9 năm trước cách đây
mục cha
commit
4835b49a89

+ 0 - 2
python/ycm/base.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2011, 2012  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/client/base_request.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/client/command_request.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/client/completer_available_request.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/client/completion_request.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/client/event_notification.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/client/omni_completion_request.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 1
python/ycm/client/tests/command_request_test.py

@@ -1,4 +1,3 @@
-#
 # Copyright (C) 2016 YouCompleteMe Contributors
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/client/tests/completion_request_test.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2015 YouCompleteMe Contributors
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/client/ycmd_keepalive.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/diagnostic_interface.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/omni_completer.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2011, 2012, 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/paths.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2015 YouCompleteMe contributors.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/syntax_parse.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/test_utils.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2011, 2012  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 1 - 2
python/ycm/tests/base_test.py

@@ -1,5 +1,4 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
+# coding: utf-8
 #
 # Copyright (C) 2013  Google Inc.
 #

+ 0 - 1
python/ycm/tests/event_notification_test.py

@@ -1,4 +1,3 @@
-#
 # Copyright (C) 2015 YouCompleteMe contributors
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/tests/omni_completion_request_tests.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2016 YouCompleteMe contributors
 #
 # This file is part of YouCompleteMe.

+ 0 - 1
python/ycm/tests/paths_test.py

@@ -1,4 +1,3 @@
-#
 # Copyright (C) 2016 YouCompleteMe contributors
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/tests/postcomplete_tests.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2015 YouCompleteMe contributors
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/tests/syntax_parse_test.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2013  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/tests/vimsupport_test.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2015 YouCompleteMe contributors
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/vimsupport.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2011, 2012  Google Inc.
 #
 # This file is part of YouCompleteMe.

+ 0 - 2
python/ycm/youcompleteme.py

@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2011, 2012  Google Inc.
 #
 # This file is part of YouCompleteMe.