summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2022-08-01 16:05:17 +0200
committerMartin Green <martin.speleo@gmail.com>2022-08-01 16:05:17 +0200
commitc1aaf0788524e69872162362b73504d89737c55d (patch)
tree25246b317ca209f236440b5d1a70a19baa786d2c /core/utils.py
parentf491264b9ecb9724be99419bbc5331f9ca492bac (diff)
parenteed35d01a86a365d464a6b1584d12b9cb40652f6 (diff)
downloadtroggle-c1aaf0788524e69872162362b73504d89737c55d.tar.gz
troggle-c1aaf0788524e69872162362b73504d89737c55d.tar.bz2
troggle-c1aaf0788524e69872162362b73504d89737c55d.zip
Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into python3-new
Diffstat (limited to 'core/utils.py')
-rw-r--r--core/utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/utils.py b/core/utils.py
index 5da6303..228a6ad 100644
--- a/core/utils.py
+++ b/core/utils.py
@@ -42,6 +42,10 @@ TROG = {
},
'issues' : {
'logdataissues' : {}
+ },
+ 'caves' : {
+ 'gcavelookup' : {},
+ 'gcavecount' : {}
}
}