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
|