Fix the function name.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/820223fa Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/820223fa Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/820223fa Branch: refs/heads/trunk Commit: 820223fa9410a0138b32d127903f6b6c12802c8e Parents: 829edd9 Author: Tomaz Muraus <[email protected]> Authored: Sat Sep 14 23:24:30 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Sep 14 23:24:30 2013 +0200 ---------------------------------------------------------------------- libcloud/dns/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/820223fa/libcloud/dns/base.py ---------------------------------------------------------------------- diff --git a/libcloud/dns/base.py b/libcloud/dns/base.py index 7bb680b..dd0bc93 100644 --- a/libcloud/dns/base.py +++ b/libcloud/dns/base.py @@ -77,7 +77,7 @@ class Zone(object): def export_to_bind_format(self): return self.driver.export_zone_to_bind_format(zone=self) - def export_zone_to_bind_format_file(self, file_path): + def export_to_bind_format_file(self, file_path): self.driver.export_zone_to_bind_format_file(zone=self, file_path=file_path)
