python.patch 800 B

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