From c0c31051f142e49b099c28b6e7dbd15c4dbc207d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Thu, 5 Mar 2020 21:29:01 +0100 Subject: testing/ps_mem: new aport --- testing/ps_mem/python3.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/ps_mem/python3.patch (limited to 'testing/ps_mem/python3.patch') diff --git a/testing/ps_mem/python3.patch b/testing/ps_mem/python3.patch new file mode 100644 index 0000000000..51b9634923 --- /dev/null +++ b/testing/ps_mem/python3.patch @@ -0,0 +1,10 @@ +diff --git a/ps_mem.py b/ps_mem.py +index 805d97e..0f44a91 100755 +--- a/ps_mem.py ++++ b/ps_mem.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + # Try to determine how much RAM is currently being used per program. + # Note per _program_, not per process. So for example this script -- cgit v1.2.3