From fb688fe2944937e17c6b939640a95a2d7f8a2666 Mon Sep 17 00:00:00 2001 From: razvanm Date: Fri, 9 Jan 2009 05:13:57 +0000 Subject: [PATCH] Fix a bug in Packet.values() from tos.py. --- support/sdk/python/tos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/sdk/python/tos.py b/support/sdk/python/tos.py index 83c08ade..5d1d4eef 100644 --- a/support/sdk/python/tos.py +++ b/support/sdk/python/tos.py @@ -611,7 +611,7 @@ class Packet: return self._names def values(self): - return self._names + return self._values # Custom functions def names(self): -- 2.39.2