[libvirt] [libvirt-python PATCH] Make setup.py executable

Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- setup.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 -- 1.8.4.3

On Tue, Nov 26, 2013 at 10:58:13AM +0100, Martin Kletzander wrote:
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- setup.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 setup.py
diff --git a/setup.py b/setup.py old mode 100644 new mode 100755
Normal python usage is documented as 'python setup.py' but I guess this doesn't hurt. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On Tue, Nov 26, 2013 at 10:15:50AM +0000, Daniel P. Berrange wrote:
On Tue, Nov 26, 2013 at 10:58:13AM +0100, Martin Kletzander wrote:
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- setup.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 setup.py
diff --git a/setup.py b/setup.py old mode 100644 new mode 100755
Normal python usage is documented as 'python setup.py' but I guess this doesn't hurt.
I could've mentioned that this is just for an ease of use when doing something by hand. Some projects use it, some don't. I pushed it, thanks. Martin
participants (2)
-
Daniel P. Berrange
-
Martin Kletzander