Description: Use python3 for the examples
 .
 python-netsnmpagent (0.6.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #932925)
Author: Salvo 'LtWorf' Tomaselli <ltworf@debian.org>
Forwarded: https://github.com/pief/python-netsnmpagent/pull/51 
Last-Update: 2023-09-25

--- python-netsnmpagent-0.6.0.orig/examples/simple_agent.py
+++ python-netsnmpagent-0.6.0/examples/simple_agent.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # python-netsnmpagent simple example agent
 #
--- python-netsnmpagent-0.6.0.orig/examples/threading_agent.py
+++ python-netsnmpagent-0.6.0/examples/threading_agent.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # python-netsnmpagent example agent with threading
 #
