fix missing import. fixes #738
authorThomasV <thomasv@gitorious>
Fri, 27 Jun 2014 12:42:02 +0000 (14:42 +0200)
committerThomasV <thomasv@gitorious>
Fri, 27 Jun 2014 12:42:02 +0000 (14:42 +0200)
lib/x509.py

index 53b2d6b..e2021df 100644 (file)
@@ -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