Skip to content

Commit 3f3dfea

Browse files
committed
Fix: 更新 crypto.py -> cryptos.py,解决某些系统上大小写不区分导致 import Error
1 parent 97e2514 commit 3f3dfea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

wechat_sdk/lib/crypto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
from wechat_sdk.lib.crypto.crypto import WechatBaseCrypto, BasicCrypto, CorpCrypto
3+
from wechat_sdk.lib.crypto.cryptos import WechatBaseCrypto, BasicCrypto, CorpCrypto
File renamed without changes.

0 commit comments

Comments
 (0)