Skip to content

Instantly share code, notes, and snippets.

@tresni
Created June 9, 2011 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tresni/1016184 to your computer and use it in GitHub Desktop.
Save tresni/1016184 to your computer and use it in GitHub Desktop.
Making pyHurricaneDNS work with everydnscmd.py
# I replaced the import statement with this:
try:
import everydnslib
except:
import HurricaneDNS as everydnslib
everydnslib.EveryDNS = everydnslib.HurricaneDNS
everydnslib.LoginFailed = everydnslib.HurricaneError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment