Index: filters/teamsort.py |
diff --git a/filters/datesort.py b/filters/teamsort.py |
similarity index 84% |
copy from filters/datesort.py |
copy to filters/teamsort.py |
index 9d4c6479de4eaa0dd360520a4906eb7513f53021..bac98cb576a58cd942053ac4ad6252ada980f71d 100644 |
--- a/filters/datesort.py |
+++ b/filters/teamsort.py |
@@ -1,6 +1,6 @@ |
import datetime, random |
-def datesort(value, basedate="1970-01-01", column=0): |
+def teamsort(value, basedate="1970-01-01", column=0): |
base = datetime.datetime.strptime(basedate, "%Y-%m-%d") |
def randdiff(entry): |
date = datetime.datetime.strptime(entry[column], "%Y-%m-%d") |