Skip to content

Commit 309c1b1

Browse files
authored
Merge pull request #21 from Submitty/python3.5
Switch from Python3.4 to Python3.5
2 parents 7a7ba13 + c232719 commit 309c1b1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bin/concatenate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.4
1+
#!/usr/bin/env python3.5
22

33
"""
44
Given a directory containing student submissions, create a new directory

bin/count_function

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.4
1+
#!/usr/bin/env python3.5
22

33
"""
44
Determine whether a file contains a function call to the given name.

bin/count_node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.4
1+
#!/usr/bin/env python3.5
22

33
"""
44
Determine whether a file contains an AST node.

bin/count_token

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.4
1+
#!/usr/bin/env python3.5
22

33
"""
44
Determine whether a file contains a token.

bin/highlight

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.4
1+
#!/usr/bin/env python3.5
22

33
"""
44
Given a directory containing concatenated source files, run pygmentize

bin/plagiarism

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.4
1+
#!/usr/bin/env python3.5
22

33
"""
44
Run plagiarism detection system.

0 commit comments

Comments
 (0)