We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4156a commit 9d95974Copy full SHA for 9d95974
examples/balance.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
3
import sys, os
4
-sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
+sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
5
6
import messagebird
7
0 commit comments