Skip to content

Commit de0b504

Browse files
committed
switch to just python, to make travis happy (it doesnt have python3.5)
1 parent 309c1b1 commit de0b504

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.5
1+
#!/usr/bin/env python3
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.5
1+
#!/usr/bin/env python3
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.5
1+
#!/usr/bin/env python3
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.5
1+
#!/usr/bin/env python3
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.5
1+
#!/usr/bin/env python3
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.5
1+
#!/usr/bin/env python3
22

33
"""
44
Run plagiarism detection system.

0 commit comments

Comments
 (0)