]> git.ipfire.org Git - oddments/ddns.git/commit - src/ddns/providers.py
Move DynDNS protocol into an extra class.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Jul 2014 21:36:48 +0000 (23:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Jul 2014 21:36:48 +0000 (23:36 +0200)
commit5d4bec40e099aad32905cd870ce4ce9faf82e31c
treeb4b87c70d24e0385f50d4e4503294b3241de6102
parent4de84d6722b751f9269258f405fec72fb706c563
Move DynDNS protocol into an extra class.

Therefore we cannot accidentially inherit anything that
we don't want to inherit from the DynDNS provider class.
src/ddns/providers.py