diff options
author | Justus Winter <[email protected]> | 2016-05-17 13:10:28 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-17 13:10:28 +0000 |
commit | db343325356a73b6899e9580c6f5e32f33544003 (patch) | |
tree | e0adf4896390a875703fb49ef83f70dd35c55886 /lang/python/pyme/constants/__init__.py | |
parent | Qt: Add keyLocateJob and test for it (diff) | |
parent | python: Clean up examples. (diff) | |
download | gpgme-db343325356a73b6899e9580c6f5e32f33544003.tar.gz gpgme-db343325356a73b6899e9580c6f5e32f33544003.zip |
Merge branch 'justus/pyme3'
Diffstat (limited to 'lang/python/pyme/constants/__init__.py')
-rw-r--r-- | lang/python/pyme/constants/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/python/pyme/constants/__init__.py b/lang/python/pyme/constants/__init__.py new file mode 100644 index 00000000..b557da87 --- /dev/null +++ b/lang/python/pyme/constants/__init__.py @@ -0,0 +1,7 @@ +# $Id$ + +from pyme import util +util.process_constants('GPGME_', globals()) + +__all__ = ['data', 'event', 'import', 'keylist', 'md', 'pk', + 'protocol', 'sig', 'sigsum', 'status', 'validity'] |