Skip to content

Commit 9d95974

Browse files
committed
Change double quotes to single quotes
1 parent 2e4156a commit 9d95974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/balance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import sys, os
4-
sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
4+
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
55

66
import messagebird
77

0 commit comments

Comments
 (0)