Fix shebang and executable flag for all scripts
This commit is contained in:
parent
0f05cd8c8b
commit
23135f2ca5
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
|
#
|
||||||
# remotinator - send commands to Terminator via DBus
|
# remotinator - send commands to Terminator via DBus
|
||||||
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python
|
||||||
|
#
|
||||||
# Terminator - multiple gnome terminals in one window
|
# Terminator - multiple gnome terminals in one window
|
||||||
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator - multiple gnome terminals in one window
|
# Terminator - multiple gnome terminals in one window
|
||||||
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""borg.py - We are the borg. Resistance is futile.
|
"""borg.py - We are the borg. Resistance is futile.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# TerminatorConfig - layered config classes
|
# TerminatorConfig - layered config classes
|
||||||
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""container.py - classes necessary to contain Terminal widgets"""
|
"""container.py - classes necessary to contain Terminal widgets"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""cwd.py - function necessary to get the cwd for a given pid on various OSes
|
"""cwd.py - function necessary to get the cwd for a given pid on various OSes
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
#
|
|
||||||
# Copyright (c) 2008, Thomas Hurst <tom@hur.st>
|
# Copyright (c) 2008, Thomas Hurst <tom@hur.st>
|
||||||
#
|
#
|
||||||
# Use of this file is unrestricted provided this notice is retained.
|
# Use of this file is unrestricted provided this notice is retained.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab
|
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009, Emmanuel Bretelle <chantra@debuntu.org>
|
# Copyright (c) 2009, Emmanuel Bretelle <chantra@debuntu.org>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# TerminatorEncoding - charset encoding classes
|
# TerminatorEncoding - charset encoding classes
|
||||||
# Copyright (C) 2006-2010 chantra@debuntu.org
|
# Copyright (C) 2006-2010 chantra@debuntu.org
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""factory.py - Maker of objects
|
"""factory.py - Maker of objects
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008, Thomas Hurst <tom@hur.st>
|
# Copyright (c) 2008, Thomas Hurst <tom@hur.st>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""ipc.py - DBus server and API calls"""
|
"""ipc.py - DBus server and API calls"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator - multiple gnome terminals in one window
|
# Terminator - multiple gnome terminals in one window
|
||||||
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""layoutlauncher.py - class for the Layout Launcher window"""
|
"""layoutlauncher.py - class for the Layout Launcher window"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""notebook.py - classes for the notebook widget"""
|
"""notebook.py - classes for the notebook widget"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator.optionparse - Parse commandline options
|
# Terminator.optionparse - Parse commandline options
|
||||||
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""paned.py - a base Paned container class and the vertical/horizontal
|
"""paned.py - a base Paned container class and the vertical/horizontal
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""plugin.py - Base plugin system
|
"""plugin.py - Base plugin system
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""activitywatch.py - Terminator Plugin to watch a terminal for activity"""
|
"""activitywatch.py - Terminator Plugin to watch a terminal for activity"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""custom_commands.py - Terminator Plugin to add custom command menu entries"""
|
"""custom_commands.py - Terminator Plugin to add custom command menu entries"""
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
|
|
||||||
# Plugin by Sinan Nalkaya <sardok@gmail.com>
|
# Plugin by Sinan Nalkaya <sardok@gmail.com>
|
||||||
# See LICENSE of Terminator package.
|
# See LICENSE of Terminator package.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Copyright (c) 2010 Julien Nicoulaud <julien.nicoulaud@gmail.com>
|
# Copyright (c) 2010 Julien Nicoulaud <julien.nicoulaud@gmail.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -14,6 +13,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor
|
||||||
# , Boston, MA 02110-1301 USA
|
# , Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import terminatorlib.plugin as plugin
|
import terminatorlib.plugin as plugin
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""terminalshot.py - Terminator Plugin to take 'screenshots' of individual
|
"""terminalshot.py - Terminator Plugin to take 'screenshots' of individual
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
import terminatorlib.plugin as plugin
|
import terminatorlib.plugin as plugin
|
||||||
|
|
||||||
# AVAILABLE must contain a list of all the classes that you want exposed
|
# AVAILABLE must contain a list of all the classes that you want exposed
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net?
|
# Terminator by Chris Jones <cmsj@tenshu.net?
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""url_handlers.py - Default plugins for URL handling"""
|
"""url_handlers.py - Default plugins for URL handling"""
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
"""Preferences Editor for Terminator.
|
"""Preferences Editor for Terminator.
|
||||||
|
|
||||||
Load a UIBuilder config file, display it,
|
Load a UIBuilder config file, display it,
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""searchbar.py - classes necessary to provide a terminal search bar"""
|
"""searchbar.py - classes necessary to provide a terminal search bar"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""Simple management of Gtk Widget signal handlers"""
|
"""Simple management of Gtk Widget signal handlers"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""terminal.py - classes necessary to provide Terminal widgets"""
|
"""terminal.py - classes necessary to provide Terminal widgets"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""terminal_popup_menu.py - classes necessary to provide a terminal context
|
"""terminal_popup_menu.py - classes necessary to provide a terminal context
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""terminator.py - class for the master Terminator singleton"""
|
"""terminator.py - class for the master Terminator singleton"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""titlebar.py - classes necessary to provide a terminal title bar"""
|
"""titlebar.py - classes necessary to provide a terminal title bar"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator - multiple gnome terminals in one window
|
# Terminator - multiple gnome terminals in one window
|
||||||
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator.util - misc utility functions
|
# Terminator.util - misc utility functions
|
||||||
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
# Copyright (C) 2006-2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# TerminatorVersion - version number
|
# TerminatorVersion - version number
|
||||||
# Copyright (C) 2010 cmsj@tenshu.net
|
# Copyright (C) 2010 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python2
|
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""window.py - class for the main Terminator window"""
|
"""window.py - class for the main Terminator window"""
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
"""Load up the tests."""
|
"""Load up the tests."""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""testborg.py - We are the borg. Resistance is futile.
|
"""testborg.py - We are the borg. Resistance is futile.
|
||||||
|
@ -57,3 +57,4 @@ class TestBorg2(Borg):
|
||||||
if not self.attribute:
|
if not self.attribute:
|
||||||
self.attribute = 1
|
self.attribute = 1
|
||||||
|
|
||||||
|
# TODO: implement test?
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
# Terminator by Chris Jones <cmsj@tenshu.net>
|
# Terminator by Chris Jones <cmsj@tenshu.net>
|
||||||
# GPL v2 only
|
# GPL v2 only
|
||||||
"""testsignalman.py - Test the signalman class
|
"""testsignalman.py - Test the signalman class
|
||||||
|
|
Loading…
Reference in New Issue