File: fix_example.diff

package info (click to toggle)
python-colorlog 6.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 224 kB
  • sloc: python: 694; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix docs/example.py
 The shebang in docs/example.py uses an unversioned python command
Author: Philipp Huebner <debalance@debian.org>

Index: python-colorlog/doc/example.py
===================================================================
--- python-colorlog.orig/docs/example.py
+++ python-colorlog/docs/example.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """python-colorlog example."""
 
 import logging