diff options
author | Justus Winter <[email protected]> | 2016-06-06 12:12:09 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-06-06 12:16:01 +0000 |
commit | 2055a63605207bbf3b5ce1aa7bf159e7b83e87e6 (patch) | |
tree | 2f4004203e635f725bbba234cc77f434b5d0866a /lang/python/pyme/constants | |
parent | python: Fix test suite with GnuPG prior to 2.1.12. (diff) | |
download | gpgme-2055a63605207bbf3b5ce1aa7bf159e7b83e87e6.tar.gz gpgme-2055a63605207bbf3b5ce1aa7bf159e7b83e87e6.zip |
python: Drop obsolete VCS keywords.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/pyme/constants')
-rw-r--r-- | lang/python/pyme/constants/__init__.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/data/__init__.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/data/encoding.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/event.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/import.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/keylist/__init__.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/keylist/mode.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/md.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/pk.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/protocol.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/sig/__init__.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/sig/mode.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/sigsum.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/status.py | 1 | ||||
-rw-r--r-- | lang/python/pyme/constants/validity.py | 1 |
15 files changed, 0 insertions, 15 deletions
diff --git a/lang/python/pyme/constants/__init__.py b/lang/python/pyme/constants/__init__.py index b557da87..2e91d769 100644 --- a/lang/python/pyme/constants/__init__.py +++ b/lang/python/pyme/constants/__init__.py @@ -1,4 +1,3 @@ -# $Id$ from pyme import util util.process_constants('GPGME_', globals()) diff --git a/lang/python/pyme/constants/data/__init__.py b/lang/python/pyme/constants/data/__init__.py index f172e0c7..ed7b67b9 100644 --- a/lang/python/pyme/constants/data/__init__.py +++ b/lang/python/pyme/constants/data/__init__.py @@ -1,4 +1,3 @@ -# $Id$ from . import encoding __all__ = ['encoding'] diff --git a/lang/python/pyme/constants/data/encoding.py b/lang/python/pyme/constants/data/encoding.py index d1485ad4..ac6079c9 100644 --- a/lang/python/pyme/constants/data/encoding.py +++ b/lang/python/pyme/constants/data/encoding.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/event.py b/lang/python/pyme/constants/event.py index 1a4fac6e..3ce234ef 100644 --- a/lang/python/pyme/constants/event.py +++ b/lang/python/pyme/constants/event.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/import.py b/lang/python/pyme/constants/import.py index 628177d8..a824f7bb 100644 --- a/lang/python/pyme/constants/import.py +++ b/lang/python/pyme/constants/import.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/keylist/__init__.py b/lang/python/pyme/constants/keylist/__init__.py index 2f2152a5..8752bb28 100644 --- a/lang/python/pyme/constants/keylist/__init__.py +++ b/lang/python/pyme/constants/keylist/__init__.py @@ -1,4 +1,3 @@ -# $Id$ from . import mode __all__ = ['mode'] diff --git a/lang/python/pyme/constants/keylist/mode.py b/lang/python/pyme/constants/keylist/mode.py index 137ce17a..7c3cd091 100644 --- a/lang/python/pyme/constants/keylist/mode.py +++ b/lang/python/pyme/constants/keylist/mode.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/md.py b/lang/python/pyme/constants/md.py index 2db01a52..700d872e 100644 --- a/lang/python/pyme/constants/md.py +++ b/lang/python/pyme/constants/md.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/pk.py b/lang/python/pyme/constants/pk.py index 5f39235a..f0e3937d 100644 --- a/lang/python/pyme/constants/pk.py +++ b/lang/python/pyme/constants/pk.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/protocol.py b/lang/python/pyme/constants/protocol.py index 3d3c790a..e9f9a48d 100644 --- a/lang/python/pyme/constants/protocol.py +++ b/lang/python/pyme/constants/protocol.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/sig/__init__.py b/lang/python/pyme/constants/sig/__init__.py index 2f2152a5..8752bb28 100644 --- a/lang/python/pyme/constants/sig/__init__.py +++ b/lang/python/pyme/constants/sig/__init__.py @@ -1,4 +1,3 @@ -# $Id$ from . import mode __all__ = ['mode'] diff --git a/lang/python/pyme/constants/sig/mode.py b/lang/python/pyme/constants/sig/mode.py index fa090ab9..631bd7cb 100644 --- a/lang/python/pyme/constants/sig/mode.py +++ b/lang/python/pyme/constants/sig/mode.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/sigsum.py b/lang/python/pyme/constants/sigsum.py index 7be40ae6..51643472 100644 --- a/lang/python/pyme/constants/sigsum.py +++ b/lang/python/pyme/constants/sigsum.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/status.py b/lang/python/pyme/constants/status.py index 60c0c90d..c1859b2b 100644 --- a/lang/python/pyme/constants/status.py +++ b/lang/python/pyme/constants/status.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # diff --git a/lang/python/pyme/constants/validity.py b/lang/python/pyme/constants/validity.py index 9590b27a..fde2eee8 100644 --- a/lang/python/pyme/constants/validity.py +++ b/lang/python/pyme/constants/validity.py @@ -1,4 +1,3 @@ -# $Id$ # Copyright (C) 2004 Igor Belyi <[email protected]> # Copyright (C) 2002 John Goerzen <[email protected]> # |