Subversion Repositories SmartDukaan

Rev

Rev 15766 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15766 Rev 16466
Line 3... Line 3...
3
import time
3
import time
4
from dtr.utils.utils import get_mongo_connection
4
from dtr.utils.utils import get_mongo_connection
5
import optparse
5
import optparse
6
 
6
 
7
USER_NAME = "saholic-snapdeal@saholic.com"
7
USER_NAME = "saholic-snapdeal@saholic.com"
8
PASSWORD = "snapsaholic15"
8
PASSWORD = "snapsaholic2015"
9
VOI_USER_NAME = "spiceonlineretailvoi@gmail.com"
9
VOI_USER_NAME = "spiceonlineretailvoi@gmail.com"
10
VOI_PASSWORD = "saholicsnapdeal1"
10
VOI_PASSWORD = "saholicsnapdeal2"
11
 
11
 
12
parser = optparse.OptionParser()
12
parser = optparse.OptionParser()
13
parser.add_option("-m", "--m", dest="mongoHost",
13
parser.add_option("-m", "--m", dest="mongoHost",
14
                      default="localhost",
14
                      default="localhost",
15
                      type="string", help="The HOST where the mongo server is running",
15
                      type="string", help="The HOST where the mongo server is running",