Add missing constants.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 9 Jun 2008 23:40:37 +0000 (01:40 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 9 Jun 2008 23:40:37 +0000 (01:40 +0200)
auth.py

diff --git a/auth.py b/auth.py
index a6dbaaf44e5a1640dd8b11f8069aab5c4c0da142..0640efaf84dcb3c9d80442a2e854d13ae5f37efc 100644 (file)
--- a/auth.py
+++ b/auth.py
@@ -31,6 +31,9 @@ from bzrlib.plugins.svn import ra
 import urlparse
 import urllib
 
+AUTH_PARAM_DEFAULT_USERNAME = 'svn:auth:username'
+AUTH_PARAM_DEFAULT_PASSWORD = 'svn:auth:password'
+
 class SubversionAuthenticationConfig(AuthenticationConfig):
     """Simple extended version of AuthenticationConfig that can provide 
     the information Subversion requires.