Simplejson instead of json

This commit is contained in:
Manuel Ebert 2012-04-16 13:41:17 +02:00
parent d271b18232
commit 66f8ba28a9

View file

@ -9,7 +9,7 @@ import re
import argparse
from datetime import datetime
import time
import json
import simplejson as json
import sys
import readline, glob
from Crypto.Cipher import AES