浏览代码

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):