summaryrefslogtreecommitdiff
path: root/lang/python/pyme/constants/data/encoding.py
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:36 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:36 +0900
commite158cb38f461261d019c653a5f5e0ca9ddab8d6d (patch)
tree3872a21bc5b5797ee3c705509aace3393b0de251 /lang/python/pyme/constants/data/encoding.py
parentfd5caec0dccd1229c2b9dd5220c8e2b1ef966d0e (diff)
downloadgpgme-257805ac9438b864267335fd15b93da56e2daa53.tar.gz
gpgme-257805ac9438b864267335fd15b93da56e2daa53.tar.bz2
gpgme-257805ac9438b864267335fd15b93da56e2daa53.zip
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'lang/python/pyme/constants/data/encoding.py')
-rw-r--r--lang/python/pyme/constants/data/encoding.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/python/pyme/constants/data/encoding.py b/lang/python/pyme/constants/data/encoding.py
new file mode 100644
index 0000000..a05dbb4
--- /dev/null
+++ b/lang/python/pyme/constants/data/encoding.py
@@ -0,0 +1,22 @@
+# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
+# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+from __future__ import absolute_import, print_function, unicode_literals
+del absolute_import, print_function, unicode_literals
+
+from pyme import util
+util.process_constants('GPGME_DATA_ENCODING_', globals())