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

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

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