close
Warning:
Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
File convert_purple.diff, 431 bytes (added by nospamformike@…, at 2011-12-23T21:01:59Z) |
diff for the changes I made
|
Line | |
---|
1 | 37,38d36 |
---|
2 | < name = acc.getElementsByTagName('name')[0].firstChild.wholeText |
---|
3 | < password = acc.getElementsByTagName('password')[0].firstChild.wholeText |
---|
4 | 47c45,48 |
---|
5 | < accs.append((protocol, name, password)) |
---|
6 | --- |
---|
7 | > if protocol in supported: |
---|
8 | > name = acc.getElementsByTagName('name')[0].firstChild.wholeText |
---|
9 | > password = acc.getElementsByTagName('password')[0].firstChild.wholeText |
---|
10 | > accs.append((protocol, name, password)) |
---|
Download in other formats: