Removed import of json. It is already imported in the common module.

This commit is contained in:
Stein Inge Morisbak 2014-12-09 15:38:55 +01:00
parent 5a2b80ccaa
commit c4af7a1324

View file

@ -133,10 +133,6 @@ EXAMPLES='''
import datetime
import base64
try:
import json
except ImportError:
import simplejson as json
def auth_header(user, passwd, token):
if token: