File: using-python3-sheebang-for-manage.py.patch

package info (click to toggle)
masakari-dashboard 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: python: 1,920; makefile: 156
file content (15 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Using Python 3 sheebang for manage.py
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not needed
Last-Update: 2018-02-21

Index: masakari-dashboard/manage.py
===================================================================
--- masakari-dashboard.orig/manage.py
+++ masakari-dashboard/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (c) 2018 NTT DATA
 #