Browse Source

fix missing import. fixes #738

283
ThomasV 11 years ago
parent
commit
8feb2a7b67
  1. 3
      lib/x509.py

3
lib/x509.py

@ -17,7 +17,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from datetime import datetime, timedelta
from datetime import datetime
import sys
try:
import pyasn1

Loading…
Cancel
Save