Merge pull request #20 from biaji/master

Add encoding info to source
This commit is contained in:
Yoshiko 2019-07-21 10:28:03 +08:00 committed by GitHub
commit b7583afc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import requests
from configparser import ConfigParser
import os

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import glob
import os
import time

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import re
import os
import os.path