diff options
author | Martin Green <martin.speleo@gmail.com> | 2022-08-01 16:05:17 +0200 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2022-08-01 16:05:17 +0200 |
commit | c1aaf0788524e69872162362b73504d89737c55d (patch) | |
tree | 25246b317ca209f236440b5d1a70a19baa786d2c /core/utils.py | |
parent | f491264b9ecb9724be99419bbc5331f9ca492bac (diff) | |
parent | eed35d01a86a365d464a6b1584d12b9cb40652f6 (diff) | |
download | troggle-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.py | 4 |
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' : {} } } |