Skip to content

Commit

Permalink
Updating scripts to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed May 14, 2021
1 parent 38d238a commit a51eda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/scripts/consolidate.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
#!/usr/bin/python
#!/usr/bin/python3

from __future__ import print_function
import os.path
import sys
import glob
import csv

True = 1
False = 0

colnames = []
columns = dict()
rows = 0
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/task_scatterplot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import os
import sys
Expand Down

0 comments on commit a51eda5

Please sign in to comment.