##// END OF EJS Templates
Fix rpmlint: non-executable-script...
Thomas Spura -
Show More
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 A base class for objects that are configurable.
3 A base class for objects that are configurable.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Tests for IPython.config.configurable
3 Tests for IPython.config.configurable
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Tests for IPython.config.loader
3 Tests for IPython.config.loader
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 System command aliases.
3 System command aliases.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Autocall capabilities for IPython.core.
3 Autocall capabilities for IPython.core.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 A context manager for handling sys.displayhook.
3 A context manager for handling sys.displayhook.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Global exception classes for IPython.core.
3 Global exception classes for IPython.core.
@@ -49,4 +48,4 b' class UsageError(IPythonCoreError):'
49
48
50 Something that probably won't warrant a full traceback, but should
49 Something that probably won't warrant a full traceback, but should
51 nevertheless interrupt a macro / batch file.
50 nevertheless interrupt a macro / batch file.
52 """ No newline at end of file
51 """
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 This module is *completely* deprecated and should no longer be used for
3 This module is *completely* deprecated and should no longer be used for
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Paging capabilities for IPython.core
3 Paging capabilities for IPython.core
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 A payload based version of page.
3 A payload based version of page.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Prefiltering components.
3 Prefiltering components.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 A mixin for :class:`~IPython.core.application.Application` classes that
3 A mixin for :class:`~IPython.core.application.Application` classes that
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Simple utility for splitting user input.
3 Simple utility for splitting user input.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3
2
4 def test_import_completer():
3 def test_import_completer():
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3
2
4 """Magic command interface for interactive parallel work."""
3 """Magic command interface for interactive parallel work."""
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3
2
4 # GUID.py
3 # GUID.py
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 #
1 #
4 # This file is adapted from a paramiko demo, and thus licensed under LGPL 2.1.
2 # This file is adapted from a paramiko demo, and thus licensed under LGPL 2.1.
5 # Original Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
3 # Original Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Extra capabilities for IPython
3 Extra capabilities for IPython
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # coding: utf-8
1 # coding: utf-8
3 """
2 """
4 Support for creating GUI apps and starting event loops.
3 Support for creating GUI apps and starting event loops.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # coding: utf-8
1 # coding: utf-8
3 """
2 """
4 Inputhook management for GUI event loop integration.
3 Inputhook management for GUI event loop integration.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Enable pygtk to be used interacive by setting PyOS_InputHook.
3 Enable pygtk to be used interacive by setting PyOS_InputHook.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3
2
4 """
3 """
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3
2
4 def test_import_backgroundjobs():
3 def test_import_backgroundjobs():
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 The Base Application class for IPython.parallel apps
3 The Base Application class for IPython.parallel apps
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Facilities for launching IPython processes asynchronously.
3 Facilities for launching IPython processes asynchronously.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 """
1 """
3 A simple logger object that consolidates messages incoming from ipcluster processes.
2 A simple logger object that consolidates messages incoming from ipcluster processes.
4
3
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 """Utility for forwarding file read events over a zmq socket.
1 """Utility for forwarding file read events over a zmq socket.
3
2
4 This is necessary because select on Windows only supports sockets, not FDs.
3 This is necessary because select on Windows only supports sockets, not FDs.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Job and task components for writing .xml files that the Windows HPC Server
3 Job and task components for writing .xml files that the Windows HPC Server
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 """The IPython Controller Hub with 0MQ
1 """The IPython Controller Hub with 0MQ
3 This is the master object that handles connections from engines and clients,
2 This is the master object that handles connections from engines and clients,
4 and monitors traffic through the various queues.
3 and monitors traffic through the various queues.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 """A simple engine that talks to a controller over 0MQ.
1 """A simple engine that talks to a controller over 0MQ.
3 it handles registration, etc. and launches a kernel
2 it handles registration, etc. and launches a kernel
4 connected to the Controller's Schedulers.
3 connected to the Controller's Schedulers.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 """
1 """
3 Kernel adapted from kernel.py to use ZMQ Streams
2 Kernel adapted from kernel.py to use ZMQ Streams
4
3
@@ -1,6 +1,3 b''
1 #!/usr/bin/env python
2
3
4 """
1 """
5 Add %global magic for GNU Global usage.
2 Add %global magic for GNU Global usage.
6
3
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 """ IPython extension: Render templates from variables and paste to clipbard """
1 """ IPython extension: Render templates from variables and paste to clipbard """
4
2
5 from IPython.core import ipapi
3 from IPython.core import ipapi
@@ -65,4 +63,3 b' def render(tmpl):'
65 return res
63 return res
66
64
67 ip.push('render')
65 ip.push('render')
68 No newline at end of file
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 from IPython.core import ipapi
1 from IPython.core import ipapi
4 ip = ipapi.get()
2 ip = ipapi.get()
5
3
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Tests for testing.tools
3 Tests for testing.tools
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """A dict subclass that supports attribute style access.
2 """A dict subclass that supports attribute style access.
4
3
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 The IPython Core Notification Center.
3 The IPython Core Notification Center.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Context managers for adding things to sys.path temporarily.
3 Context managers for adding things to sys.path temporarily.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 Tests for IPython.utils.traitlets.
3 Tests for IPython.utils.traitlets.
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 A lightweight Traits like module.
3 A lightweight Traits like module.
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 """An Application for launching a kernel
1 """An Application for launching a kernel
3
2
4 Authors
3 Authors
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 """Session object for building, serializing, sending, and receiving messages in
1 """Session object for building, serializing, sending, and receiving messages in
3 IPython. The Session object supports serialization, HMAC signatures, and
2 IPython. The Session object supports serialization, HMAC signatures, and
4 metadata on messages.
3 metadata on messages.
General Comments 0
You need to be logged in to leave comments. Login now