File: python3

package info (click to toggle)
mimeo 1.5.1-19
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,300 kB
  • sloc: sql: 85,916; python: 81; makefile: 23; sh: 16
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
--- a/bin/run_refresh.py
+++ b/bin/run_refresh.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import argparse, psycopg2, sys
 from multiprocessing import Process