diff options
Diffstat (limited to 'tests/test_authcookie.py')
-rw-r--r-- | tests/test_authcookie.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_authcookie.py b/tests/test_authcookie.py index 9f332d9..ae17b91 100644 --- a/tests/test_authcookie.py +++ b/tests/test_authcookie.py @@ -4,8 +4,6 @@ Copyright (c) 1999-2002 Ng Pheng Siong. All rights reserved.""" -RCS_id='$Id$' - import Cookie, binascii, time, unittest from M2Crypto.AuthCookie import AuthCookie, AuthCookieJar, mix, unmix, unmix3 from M2Crypto import Rand, EVP |