Subversion Repositories SmartDukaan

Rev

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

Rev 6428 Rev 6429
Line 46... Line 46...
46
               ['Tata CDMA',21],
46
               ['Tata CDMA',21],
47
               ['UN',23],
47
               ['UN',23],
48
               ['DC',24],
48
               ['DC',24],
49
               ['VF',25]
49
               ['VF',25]
50
               ]
50
               ]
51
db = MySQLdb.connect("localhost","root","shop2020","plans" )
51
db = MySQLdb.connect("localhost","root","shop2020","transaction" )
52
url="http://en.wikipedia.org/wiki/Mobile_telephone_numbering_in_India#Mobile.2C_Operator_and_Circle"
52
url="http://en.wikipedia.org/wiki/Mobile_telephone_numbering_in_India#Mobile.2C_Operator_and_Circle"
53
Attempt =1
53
Attempt =1
54
connected = False
54
connected = False
55
while not connected:
55
while not connected:
56
        try:
56
        try: