summaryrefslogtreecommitdiff
path: root/lib/thandy/formats.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/formats.py')
-rw-r--r--lib/thandy/formats.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/thandy/formats.py b/lib/thandy/formats.py
index f59995a..0eb501b 100644
--- a/lib/thandy/formats.py
+++ b/lib/thandy/formats.py
@@ -637,6 +637,9 @@ class TimestampFile:
def getBundleInfo(self, name):
return self._bundleInfo[name]
+ def getBundleInfos(self):
+ return self._bundleInfo
+
def readConfigFile(fname, needKeys=(), optKeys=(), preload={}):
parsed = preload.copy()
result = {}