mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-05 10:45:51 +00:00
Remove more dead code
This commit is contained in:
parent
a2ec63a0e0
commit
50314418ec
1 changed files with 0 additions and 2 deletions
|
|
@ -78,8 +78,6 @@ def do_the_radicale_dance(tmpdir):
|
|||
|
||||
import radicale.auth.http
|
||||
def is_authenticated(user, password):
|
||||
if user is None:
|
||||
return False
|
||||
assert user == 'bob' and password == 'bob'
|
||||
return True
|
||||
radicale.auth.http.is_authenticated = is_authenticated
|
||||
|
|
|
|||
Loading…
Reference in a new issue