Import json module

This commit is contained in:
lmessier 2016-03-21 13:37:28 +01:00
parent d032305d79
commit 76706944c4

1
buku
View File

@ -28,6 +28,7 @@ from http.client import HTTPConnection
from http.client import HTTPSConnection
from urllib.parse import urljoin, unquote
import signal
import json
# Import libraries needed for encryption
try: