[libvirt] [PATCH sandbox-image 6/9] setup: Add shebang

Radostin Stoyanov rstoyanov1 at gmail.com
Wed Apr 18 20:57:44 UTC 2018


Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)
 mode change 100644 => 100755 setup.py

diff --git a/setup.py b/setup.py
old mode 100644
new mode 100755
index 0b16ae7..aec7f03
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
 
 import os
 import re
-- 
2.14.3




More information about the libvir-list mailing list