Browse Source

fix missing import. fixes #738

master
ThomasV 12 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/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
from datetime import datetime, timedelta from datetime import datetime
import sys
try: try:
import pyasn1 import pyasn1

Loading…
Cancel
Save