We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55289a3 commit 57b982bCopy full SHA for 57b982b
course/analytics.py
@@ -1,4 +1,5 @@
1
#!/usr/bin/env python2
2
+#author: River
3
import sys,os
4
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:
5
pth = sys.argv[1][1:]
0 commit comments