소스 검색

Actually parse lazily (forgot to remove the call earlier).

Jelmer Vernooij 16 년 전
부모
커밋
f9d8399721
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      dulwich/objects.py

+ 0 - 1
dulwich/objects.py

@@ -120,7 +120,6 @@ class ShaFile(object):
         self._text = text
         self._needs_parsing = True
         self._needs_serialization = False
-        self._parse_text()
   
     @classmethod
     def _parse_object(cls, map):