49ebf55359
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/xorg-x11-drv-qxl#356e5c687090805d978d11973e45a3a901292b99
20 lines
489 B
Diff
20 lines
489 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Christophe Fergeau <cfergeau@redhat.com>
|
|
Date: Thu, 17 May 2018 15:31:05 +0200
|
|
Subject: [PATCH] Xspice: Adjust shebang to explicitly mention python3
|
|
|
|
---
|
|
scripts/Xspice | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/scripts/Xspice b/scripts/Xspice
|
|
index 927dcb1..78d0794 100755
|
|
--- a/scripts/Xspice
|
|
+++ b/scripts/Xspice
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/python3
|
|
|
|
"""
|
|
Xspice
|