Skip to content

Commit c4524a7

Browse files
authored
Merge pull request #10 from qpython-android/riverfor-patch-1
Update analytics.py
2 parents 55289a3 + 57b982b commit c4524a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

course/analytics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python2
2+
#author: River
23
import sys,os
34
with open(sys.argv[1], 'r') as f, open('/tmp/qpydoc.tmp', 'w') as g, open(os.path.dirname(os.path.abspath(__file__))+'/analyticscode.txt','r') as e:
45
pth = sys.argv[1][1:]

0 commit comments

Comments
 (0)