File: smem-py3k.patch

package info (click to toggle)
smem 1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: python: 1,860; ansic: 176; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: Enforce python3 version for smem
From: Marco Paganini
Forwarded: not-needed
--- a/smem
+++ b/smem
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # smem - a tool for meaningful memory reporting
 #