+invirt-dns (0.0.13) unstable; urgency=low
+
+ * Style nit for Quentin
+
+ -- Mitchell Berger <mitchb@mit.edu> Sat, 29 Oct 2011 15:59:00 -0400
+
invirt-dns (0.0.12) unstable; urgency=low
* Teach the DNS server how to delegate.
# check if it's within a subdomain we're supposed to delegate to
# some other DNS server.
while (isinstance(deferredResult.result, failure.Failure)
- and name.find('.') != -1):
+ and '.' in name):
maybeDelegate = True
name = name[name.find('.') + 1 :]
deferredResult = authority.BindAuthority._lookup(self, name, cls,