diff --git a/Structure-of-the-code.md b/Structure-of-the-code.md index 4637b78..62e2670 100644 --- a/Structure-of-the-code.md +++ b/Structure-of-the-code.md @@ -24,7 +24,6 @@ The package code is organized in osxphotos per the table below. Most of the file |`photoinfo/`| PhotoInfo class and associated mixin classes| |`photosdb/`| PhotosDB class and associated mixin classes| |`placeinfo.py`| PlaceInfo class| -|`template.py`| constants used by the PhotoInfo.render_template() method| |`templates`| contains [mako](https://www.makotemplates.org/) templates for sidecar export (though the name is similar, these templates are not associated with `templates.py`| |`templates/xmp_sidecar.mako`|mako template used to create [XMP](https://en.wikipedia.org/wiki/Extensible_Metadata_Platform) sidecar files| |`utils.py`| various utility methods--this file is getting bloated and needs to be refactored|