(temporarily) remove get_zonefile_from_peers from the module

This commit is contained in:
Jude Nelson
2016-07-12 16:34:56 -04:00
parent 16e2cf9f12
commit a5d0c1e68f

View File

@@ -24,5 +24,5 @@
import auth
import crawl
from crawl import get_cached_zonefile, get_zonefile_from_storage, get_zonefile_from_peers, store_cached_zonefile, store_zonefile_to_storage
from crawl import get_cached_zonefile, get_zonefile_from_storage, store_cached_zonefile, store_zonefile_to_storage
from auth import is_current_zonefile_hash, verify_zonefile, serialize_zonefile