summaryrefslogtreecommitdiff
path: root/dns/edns.py
diff options
context:
space:
mode:
authordv <wdv4758h@gmail.com>2015-03-02 20:49:33 +0800
committerdv <wdv4758h@gmail.com>2015-03-02 20:49:33 +0800
commitce3ebdcbb8e107073eb35e39cf22faf80c544770 (patch)
tree436e742a8092ddd9bfb1ece2b1b3f8b569a7a22b /dns/edns.py
parent6d52fda5e2d887301e748ca9ac3e7dd6b5ffda25 (diff)
downloaddnspython-ce3ebdcbb8e107073eb35e39cf22faf80c544770.tar.gz
clean Tab
Diffstat (limited to 'dns/edns.py')
-rw-r--r--dns/edns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/edns.py b/dns/edns.py
index e52b6df..cf062d0 100644
--- a/dns/edns.py
+++ b/dns/edns.py
@@ -114,7 +114,7 @@ class GenericOption(Option):
from_wire = classmethod(from_wire)
def _cmp(self, other):
- return cmp(self.data, other.data)
+ return cmp(self.data, other.data)
_type_to_class = {
}