Fix handler_test URL

This commit is contained in:
Ludovic Rousseau
2021-04-17 18:48:21 +02:00
parent c05106aa12
commit 3324167331

View File

@@ -25,7 +25,7 @@ import logging
class HandlerTestOS(SmartcardOS): class HandlerTestOS(SmartcardOS):
""" """
This class implements the commands used for the PC/SC-lite smart card This class implements the commands used for the PC/SC-lite smart card
reader driver tester. See http://pcsclite.alioth.debian.org/pcsclite.html reader driver tester. See https://salsa.debian.org/rousseau/HandlerTest
and handler_test(1). and handler_test(1).
""" """
def __init__(self): def __init__(self):