Subversion Repositories SmartDukaan

Rev

Rev 18871 | Rev 18923 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18871 Rev 18895
Line 19... Line 19...
19
import urllib2
19
import urllib2
20
import urlparse
20
import urlparse
21
from Crypto.Hash import MD5
21
from Crypto.Hash import MD5
22
from Crypto.Cipher import DES
22
from Crypto.Cipher import DES
23
import string
23
import string
24
from shop2020.clients.CRMClitiment import CRMClient
24
from shop2020.clients.CRMClient import CRMClient
25
from shop2020.clients.UserClient import UserClient
25
from shop2020.clients.UserClient import UserClient
26
from shop2020.thriftpy.crm.ttypes import SearchFilter, TicketCategory, Ticket, \
26
from shop2020.thriftpy.crm.ttypes import SearchFilter, TicketCategory, Ticket, \
27
     Activity, TicketPriority, TicketStatus, ActivityType
27
     Activity, TicketPriority, TicketStatus, ActivityType
28
#TODO Need to add messy stuff to conf.
28
#TODO Need to add messy stuff to conf.
29
 
29