dyninc / Dynect-API-Python-Library

A Python library for interacting with the Dynect Managed DNS REST API
Other
28 stars 19 forks source link

Update documentation for import path #4

Closed sajal closed 12 years ago

sajal commented 12 years ago

It took me 5 mins of head scratching to figure it out :)

If you install this module via pip

from DynectDNS import DynectRest

Wont work. It needs to be :-

from dynect.DynectDNS import DynectRest
egon1024 commented 12 years ago

Yup - you're completely right. Sorry I didn't get around to doing something about this until now. New version is up with better documentation hopefully. :)