| OLD | NEW | 
|---|
| 1 # coding: utf-8 | 1 # coding: utf-8 | 
| 2 | 2 | 
| 3 # This file is part of the Adblock Plus web scripts, | 3 # This file is part of the Adblock Plus web scripts, | 
| 4 # Copyright (C) 2006-2014 Eyeo GmbH | 4 # Copyright (C) 2006-2014 Eyeo GmbH | 
| 5 # | 5 # | 
| 6 # Adblock Plus is free software: you can redistribute it and/or modify | 6 # Adblock Plus is free software: you can redistribute it and/or modify | 
| 7 # it under the terms of the GNU General Public License version 3 as | 7 # it under the terms of the GNU General Public License version 3 as | 
| 8 # published by the Free Software Foundation. | 8 # published by the Free Software Foundation. | 
| 9 # | 9 # | 
| 10 # Adblock Plus is distributed in the hope that it will be useful, | 10 # Adblock Plus is distributed in the hope that it will be useful, | 
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 58 | 58 | 
| 59 import subscriptions.web.fallback | 59 import subscriptions.web.fallback | 
| 60 import crashes.web.submitCrash | 60 import crashes.web.submitCrash | 
| 61 import reports.web.submitReport | 61 import reports.web.submitReport | 
| 62 import reports.web.updateReport | 62 import reports.web.updateReport | 
| 63 import reports.web.showDigest | 63 import reports.web.showDigest | 
| 64 import reports.web.showUser | 64 import reports.web.showUser | 
| 65 import formmail.web.formmail | 65 import formmail.web.formmail | 
| 66 import crawler.web.crawler | 66 import crawler.web.crawler | 
| 67 import urlfixer.web.submitData | 67 import urlfixer.web.submitData | 
|  | 68 import extensions.web.downloads | 
| OLD | NEW | 
|---|