Skip to content

Commit

Permalink
Add warning to not change CLI option handling
Browse files Browse the repository at this point in the history
The new testing/grading script are going to assume that the CLI is
unchanged.  There's really no reason why any student would need to
change these anyway, so make the comment a bit more forceful.
  • Loading branch information
shaddi committed Aug 12, 2012
1 parent e4d93ae commit 3fc57d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def start(self):

'''
This will be run if you run this script from the command line. You should not
need to change any of this.
change any of this; the grader may rely on the behavior here to test your
submission.
'''
if __name__ == "__main__":
def usage():
Expand Down

0 comments on commit 3fc57d5

Please sign in to comment.