add python-zarafa

This commit is contained in:
robing 2017-02-15 08:05:45 +00:00
parent 04bfd40c11
commit a96e7b968f

View File

@ -4,12 +4,14 @@
from MAPI import *
from MAPI.Util import *
import sys
import kopano
try:
import json
import kopano
except ImportError
import zarafa as kopano
try:
import json
except ImportError:
import simplejson as json
import simplejson as json
def opt_args():
parser = kopano.parser('skpcfm')