File: py3

package info (click to toggle)
racon 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,448 kB
  • sloc: cpp: 2,559; python: 255; makefile: 36; sh: 27
file content (11 lines) | stat: -rw-r--r-- 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Mark script as being Python version 3
Forwarded: not-needed
--- a/scripts/racon_wrapper.py
+++ b/scripts/racon_wrapper.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from __future__ import print_function
 import os, sys, time, shutil, argparse, subprocess