File: python3

package info (click to toggle)
python-gffutils 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,020 kB
  • sloc: python: 4,683; makefile: 50; sh: 14
file content (18 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: set #! early so help2man works easily
--- 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