I tried to test the package according to the description https://pypi.python.org/pypi/whois
>>> import whois
>>> domain = whois.query('google.com')
>>> domain = whois.query('google.com')
But i only get the error
AttributeError: module 'whois' has no attribute 'query'
What is wrong there?
Thank you!