slackbuilds_ponce/games/antares/python.patch
orbea dbdce6e764
games/antares: Updated for version 0.9.1.
Signed-off-by: orbea <orbea@riseup.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-08-29 10:08:40 +07:00

25 lines
800 B
Diff

From 0137f46c58e26352b2ba88cb581974f3f263ba3f Mon Sep 17 00:00:00 2001
From: Chris Pickel <sfiera@twotaled.com>
Date: Fri, 5 Jun 2020 20:09:00 +0900
Subject: [PATCH] Update to python3
---
scripts/antares_launcher.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/scripts/antares_launcher.py b/scripts/antares_launcher.py
index d20f343e..fc5e4d32 100755
--- a/scripts/antares_launcher.py
+++ b/scripts/antares_launcher.py
@@ -1,10 +1,8 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2017 The Antares Authors
# This file is part of Antares, a tactical space combat game.
# Antares is free software, distributed under the LGPL+. See COPYING.
-from __future__ import division, print_function, unicode_literals
-
import gi
import json
import os