Skip to content

Commit 05a0a4f

Browse files
committed
add path
1 parent 90819ba commit 05a0a4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_example.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# -*- coding: utf-8 -*-
2+
import os
3+
import sys
4+
5+
sys.path.append(os.path.abspath('./'))
26

37
from weixin.client import WeixinAPI
48
from weixin.oauth2 import OAuth2AuthExchangeError

0 commit comments

Comments
 (0)