[med-svn] [Git][med-team/pll-modules][master] Shebang should be for python3
Shayan Doust
gitlab at salsa.debian.org
Sun Jun 7 18:03:08 BST 2020
Shayan Doust pushed to branch master at Debian Med / pll-modules
Commits:
87d67bf6 by Shayan Doust at 2020-06-07T18:02:36+01:00
Shebang should be for python3
- - - - -
1 changed file:
- debian/patches/2to3.patch
Changes:
=====================================
debian/patches/2to3.patch
=====================================
@@ -4,6 +4,12 @@ Last-Update: 2020-06-01
---
--- pll-modules.orig/test/runtest.py
+++ pll-modules/test/runtest.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ #
+ # Copyright (C) 2015 Diego Darriba
+ #
@@ -252,7 +252,7 @@
success_count = success_count + result_ok*memory_ok
View it on GitLab: https://salsa.debian.org/med-team/pll-modules/-/commit/87d67bf64721dcd5beb6c1ea27e3f1c72ee635ec
--
View it on GitLab: https://salsa.debian.org/med-team/pll-modules/-/commit/87d67bf64721dcd5beb6c1ea27e3f1c72ee635ec
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200607/780ab501/attachment.html>
More information about the debian-med-commit
mailing list