From 019f321c7d151ee574ac67655dd1b97511c79f31 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Wed, 27 Nov 2019 12:04:05 +0100
Subject: [PATCH] mark pod.py as running on python2

---
 pod.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod.py b/pod.py
index 58bd1f5..0774e47 100755
--- a/pod.py
+++ b/pod.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2
 #
 # Marc E. Fiuczynski <mef@cs.princeton.edu>
 # Copyright (C) 2004 The Trustees of Princeton University
-- 
2.47.0