Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove executable bit from examples and headers. #8304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove executable bit from examples and headers.
The vast majority of examples do not have the executable bit set, so
just make everything consistent.

Also remove `#!/usr/bin/env python` where appropriate.
  • Loading branch information
anntzer committed Mar 16, 2017
commit bba056499457b04b190d4c063cf844745789b46e
Empty file modified examples/api/power_norm_demo.py
100755 → 100644
Empty file.
Empty file modified examples/event_handling/keypress_demo.py
100755 → 100644
Empty file.
Empty file modified examples/event_handling/pick_event_demo.py
100755 → 100644
Empty file.
Empty file modified examples/event_handling/pipong.py
100755 → 100644
Empty file.
Empty file modified examples/event_handling/pong_gtk.py
100755 → 100644
Empty file.
Empty file modified examples/misc/ftface_props.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/agg_buffer.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/anscombe.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/bar_stacked.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/color_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/contour_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/contour_image.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/contourf_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/contourf_hatching.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/coords_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/cursor_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/custom_ticker1.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/equal_aspect_ratio.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/eventplot_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/font_table_ttf.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/ginput_manual_clabel.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/image_clip_path.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/image_demo2.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/image_origin.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/logo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/mathtext_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/mathtext_examples.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/matshow.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/movie_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/mri_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/mri_with_eeg.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/nan_test.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/polar_legend.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/quadmesh_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/scatter_profile.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/stix_fonts_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/symlog_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/tex_unicode_demo.py
100755 → 100644
Empty file.
Empty file modified examples/pylab_examples/zorder_demo.py
100755 → 100644
Empty file.
1 change: 0 additions & 1 deletion examples/pyplots/boxplot_demo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python

#
# Example boxplot code
Expand Down
1 change: 0 additions & 1 deletion examples/pyplots/whats_new_98_4_fill_between.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
import matplotlib.mlab as mlab
import matplotlib.pyplot as plt
import numpy as np
Expand Down
Empty file modified examples/tests/backend_driver.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/embedding_in_gtk3.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/embedding_in_qt4.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/embedding_in_qt5.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/embedding_in_tk.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/embedding_in_tk_canvas.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/embedding_in_wx3.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/interactive.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/mpl_with_glade.py
100755 → 100644
Empty file.
Empty file modified examples/user_interfaces/svg_histogram.py
100755 → 100644
Empty file.
Empty file modified examples/widgets/cursor.py
100755 → 100644
Empty file.
Empty file modified examples/widgets/span_selector.py
100755 → 100644
Empty file.
Empty file modified extern/agg24-svn/include/agg_rasterizer_cells_aa.h
100755 → 100644
Empty file.
Empty file modified extern/agg24-svn/include/agg_rasterizer_compound_aa.h
100755 → 100644
Empty file.