]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Switch to python3 1099/head
authornirgal <nirgal@users.noreply.github.com>
Mon, 28 Dec 2020 15:37:03 +0000 (15:37 +0000)
committerGitHub <noreply@github.com>
Mon, 28 Dec 2020 15:37:03 +0000 (15:37 +0000)
Python2 is dead

examples/stripes.py

index 72bc5eb9b4a9a0b92078142910bc4d56b7b864aa..b8bfec0a5947cadc7ca2741fc9ec612732e7e9d8 100755 (executable)
@@ -1,6 +1,4 @@
-#! /usr/bin/python
-
-from __future__ import print_function
+#! /usr/bin/python3
 
 import locale
 import random