From 637eadce54ca8bbe536bcf7c570c025e28e47129 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 12 Oct 2009 14:56:47 +0200 Subject: renamed from_string and list_from_string to _from_string and _list_from_string to indicate their new status as private method, adjusted all callers respectively --- lib/git/diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/diff.py') diff --git a/lib/git/diff.py b/lib/git/diff.py index 4bc88bf4..0db83b4f 100644 --- a/lib/git/diff.py +++ b/lib/git/diff.py @@ -74,7 +74,7 @@ class Diff(object): self.diff = diff @classmethod - def list_from_string(cls, repo, text): + def _list_from_string(cls, repo, text): """ Create a new diff object from the given text ``repo`` -- cgit v1.2.1