File: python3.patch

package info (click to toggle)
wims-lti 0.4.4.1-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 736 kB
  • sloc: python: 4,136; sh: 156; xml: 42; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
modify the shebang to call Python3
Index: wims-lti/manage.py
===================================================================
--- wims-lti.orig/manage.py
+++ wims-lti/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 import os
 import sys