Merge lp:~facundo/ubuntu-rest-scopes/7digital-forbidden-countries-6 into lp:ubuntu-rest-scopes

Proposed by Facundo Batista
Status: Merged
Approved by: Facundo Batista
Approved revision: 534
Merged at revision: 534
Proposed branch: lp:~facundo/ubuntu-rest-scopes/7digital-forbidden-countries-6
Merge into: lp:ubuntu-rest-scopes
Diff against target: 37 lines (+9/-0)
1 file modified
src/scopes/sevendigital.py (+9/-0)
To merge this branch: bzr merge lp:~facundo/ubuntu-rest-scopes/7digital-forbidden-countries-6
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Approve
Review via email: mp+321980@code.launchpad.net

Commit message

More unauthorized countries in 7digital.

To post a comment you must log in.
Revision history for this message
Guillermo Gonzalez (verterok) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/scopes/sevendigital.py'
--- src/scopes/sevendigital.py 2016-07-28 10:29:56 +0000
+++ src/scopes/sevendigital.py 2017-04-05 12:14:35 +0000
@@ -93,17 +93,24 @@
93UNAUTHORIZED_COUNTRIES = {93UNAUTHORIZED_COUNTRIES = {
94 'AE',94 'AE',
95 'AR',95 'AR',
96 'BG',
96 'BR',97 'BR',
97 'CL',98 'CL',
98 'CO',99 'CO',
100 'CZ',
99 'DK',101 'DK',
102 'EE',
103 'EG',
100 'GR',104 'GR',
105 'HU',
101 'ID',106 'ID',
102 'IL',107 'IL',
103 'IS',108 'IS',
104 'JP',109 'JP',
105 'KR',110 'KR',
106 'KZ',111 'KZ',
112 'LT',
113 'LV',
107 'MA',114 'MA',
108 'MX',115 'MX',
109 'PE',116 'PE',
@@ -111,6 +118,8 @@
111 'PL',118 'PL',
112 'RO',119 'RO',
113 'RU',120 'RU',
121 'SA',
122 'SK',
114 'TH',123 'TH',
115 'TR',124 'TR',
116 'TW',125 'TW',

Subscribers

People subscribed via source and target branches