remove unneeded custom copy from Addr

This commit is contained in:
Erica Portnoy 2017-10-02 12:23:31 -07:00
parent f764b422dd
commit b748af3171

View file

@ -125,9 +125,6 @@ class Addr(common.Addr):
self.default == other.default)
return False
def copy(self):
return Addr.fromstring(str(self))
class VirtualHost(object): # pylint: disable=too-few-public-methods
"""Represents an Nginx Virtualhost.