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
--- a/gffutils/scripts/gffutils-cli
+++ b/gffutils/scripts/gffutils-cli
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
"""
Command line interface for gffutils.
--- a/gffutils/scripts/gffutils-flybase-convert.py
+++ b/gffutils/scripts/gffutils-flybase-convert.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import os
import logging
|