diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-02-24 21:20:59 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-02-24 21:20:59 +0000 |
commit | c98f386c13aa4600934871f13928fbc63794a997 (patch) | |
tree | 388d93d275aaff076f00d26a204a14d0ca0db797 | |
parent | 73812b41b1fbe5f847542a102d4d07df4ebacfa1 (diff) | |
download | troggle-c98f386c13aa4600934871f13928fbc63794a997.tar.gz troggle-c98f386c13aa4600934871f13928fbc63794a997.tar.bz2 troggle-c98f386c13aa4600934871f13928fbc63794a997.zip |
bug fix, missing import
-rw-r--r-- | core/views/expo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/expo.py b/core/views/expo.py index cdd0030..2d617b8 100644 --- a/core/views/expo.py +++ b/core/views/expo.py @@ -17,6 +17,7 @@ from troggle.core.utils import ( COOKIE_MAX_AGE, WriteAndCommitError, current_expo, + git_string, get_editor, write_and_commit, is_identified_user |