diff options
| author | jvoisin | 2021-08-12 19:09:18 +0200 |
|---|---|---|
| committer | jvoisin | 2021-08-12 19:09:18 +0200 |
| commit | 785031106a4ce199fe4fce04705cf0e07796e261 (patch) | |
| tree | 0cd1a6ece1911a915919456457e4329d66a2ce69 | |
| parent | d6ec61398cfa2a00caf3f06a6a0da1ada4bf6237 (diff) | |
Specify the encoding in generate_whitelist.py
| -rwxr-xr-x | php-malware-finder/utils/generate_whitelist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-malware-finder/utils/generate_whitelist.py b/php-malware-finder/utils/generate_whitelist.py index 94024df..dabaa21 100755 --- a/php-malware-finder/utils/generate_whitelist.py +++ b/php-malware-finder/utils/generate_whitelist.py | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
| 2 | #coding=UTF-8 | ||
| 2 | 3 | ||
| 3 | import fnmatch | 4 | import fnmatch |
| 4 | import hashlib | 5 | import hashlib |
