diff options
Diffstat (limited to 'testing/ps_mem/python3.patch')
-rw-r--r-- | testing/ps_mem/python3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 |