Skip to content

Commit

Permalink
Update moss_usage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soachishti authored Sep 16, 2017
1 parent 91ff96b commit c14fb04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moss_usage.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import moss_py
import mosspy

userid = 987654321

m = moss_py.Moss(userid, "python")
m = mosspy.Moss(userid, "python")

#m.addBaseFile("submission/a01.py")
#m.addBaseFile("submission/test_student.py")
Expand All @@ -14,4 +14,4 @@

url = m.send()

m.saveWebPage(url, "submission/report.html")
m.saveWebPage(url, "submission/report.html")

0 comments on commit c14fb04

Please sign in to comment.