We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90819ba commit 05a0a4fCopy full SHA for 05a0a4f
1 file changed
tests/test_example.py
@@ -1,4 +1,8 @@
1
# -*- coding: utf-8 -*-
2
+import os
3
+import sys
4
+
5
+sys.path.append(os.path.abspath('./'))
6
7
from weixin.client import WeixinAPI
8
from weixin.oauth2 import OAuth2AuthExchangeError
0 commit comments