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

package info (click to toggle)
heat-dashboard 14.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,248 kB
  • sloc: javascript: 55,427; python: 5,876; sh: 46; makefile: 32
file content (13 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Using Python 3 sheebang for manage.py
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not needed
Last-Update: 2018-02-21

--- heat-dashboard-1.0.2.orig/manage.py
+++ heat-dashboard-1.0.2/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Licensed under the Apache License, Version 2.0 (the "License"); you may
 # not use this file except in compliance with the License. You may obtain