File: python3

package info (click to toggle)
python-gffutils 0.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,116 kB
  • sloc: python: 5,395; makefile: 54; sh: 13
file content (19 lines) | stat: -rw-r--r-- 549 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Michael R. Crusoe <crusoe@debian.org>
Description: set #! early so help2man works easily
Forwarded: not-needed
--- python-gffutils.orig/gffutils/scripts/gffutils-cli
+++ python-gffutils/gffutils/scripts/gffutils-cli
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 from __future__ import print_function
 
--- python-gffutils.orig/gffutils/scripts/gffutils-flybase-convert.py
+++ python-gffutils/gffutils/scripts/gffutils-flybase-convert.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import os
 import logging