diff options
| author | J08nY | 2017-07-31 22:40:01 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-31 22:40:01 +0200 |
| commit | 39291794b39b52804b2b45d74d0d5aad0f0eefcf (patch) | |
| tree | 2a606169dcd655f5dc5b69b1770fa1fd72a5298e /src/mailman_pgp/model/sighash.py | |
| parent | b16fe8644ddc82584a8ff9a2f98e40c1571437f2 (diff) | |
| download | mailman-pgp-feature/key-store.tar.gz mailman-pgp-feature/key-store.tar.zst mailman-pgp-feature/key-store.zip | |
Diffstat (limited to 'src/mailman_pgp/model/sighash.py')
| -rw-r--r-- | src/mailman_pgp/model/sighash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/model/sighash.py b/src/mailman_pgp/model/sighash.py index d936f35..e8a7ca9 100644 --- a/src/mailman_pgp/model/sighash.py +++ b/src/mailman_pgp/model/sighash.py @@ -16,10 +16,10 @@ # this program. If not, see <http://www.gnu.org/licenses/>. """""" +from public import public from sqlalchemy import Column, LargeBinary, String from mailman_pgp.model.base import Base -from public import public @public |
