removed she-bang as this file is not a plug-in. Addresses bug #552601.

2008-09-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/pygimp/plug-ins/pyconsole.py: removed she-bang as 
this
	file is not a plug-in. Addresses bug #552601.


svn path=/trunk/; revision=26977
This commit is contained in:
Sven Neumann
2008-09-17 21:07:23 +00:00
committed by Sven Neumann
parent 8533175434
commit b282820836
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-09-17 Sven Neumann <sven@gimp.org>
* plug-ins/pygimp/plug-ins/pyconsole.py: removed shebang as this
file is not a plug-in. Addresses bug #552601.
2008-09-17 Sven Neumann <sven@gimp.org>
* libgimp/gimpimage.c (gimp_image_get_colormap): allow to pass

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# pyconsole.py
#