summaryrefslogtreecommitdiffstats
path: root/manifest_loader.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow callers to request a specific type of manifestShawn O. Pearce2009-07-031-4/+8
| | | | | | | | If the caller knows exactly what the manifest type must be we can now ask the loader to directly construct that type, rather than guessing it from the working directory. Signed-off-by: Shawn O. Pearce <sop@google.com>
* Create an abstract Manifest base classShawn O. Pearce2009-07-031-0/+27
This will help as we add support for another manifest type. Signed-off-by: Shawn O. Pearce <sop@google.com>