File: manage.py-using-py3.patch

package info (click to toggle)
manila-ui 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,804 kB
  • sloc: python: 13,535; sh: 512; makefile: 36
file content (13 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: manage.py using py3
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2018-02-21

--- manila-ui-2.13.0.orig/manage.py
+++ manila-ui-2.13.0/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