Commit ab4a32f
Fix DeprecationWarning in HTTPS Everywhere Checker (EFForg#17596)
* Fix DeprecationWarning in HTTPS Everywhere Checker
Example of warning:
```
test/rules/src/https_everywhere_checker/check_rules.py:311: DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.
config = SafeConfigParser()
```
* Update check_rules.py1 parent 585c984 commit ab4a32f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments