[odrs-web/oscp] Set shebang to python2



commit 18488e36a575438ff62ddfdc2d8601b44bead92e
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 13 15:47:30 2018 +0100

    Set shebang to python2

 app_data/wsgi-scripts/odrs.wsgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/wsgi-scripts/odrs.wsgi b/app_data/wsgi-scripts/odrs.wsgi
index e1ede3f..3f97df7 100644
--- a/app_data/wsgi-scripts/odrs.wsgi
+++ b/app_data/wsgi-scripts/odrs.wsgi
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/python2
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2016 Richard Hughes <richard hughsie com>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]