aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/POW/__init__.py
blob: d379624592356ebddceaacd3cc0f887402832249 (plain) (blame)
1
2
3
4
5
6
7
from _POW import *

# Set callback to let POW construct rpki.sundial.datetime objects

from rpki.sundial import datetime as sundial_datetime
customDatetime(sundial_datetime)
del sundial_datetime