Update README.md to specify the python requirements
[time-slider.git] / usr / share / time-slider / lib / time_slider / fileversion.py
index 0744be5..51c05ec 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 #
 # CDDL HEADER START
 #
@@ -132,7 +132,7 @@ class File:
   COLUMN_STRING_DATE,
   COLUMN_DATE,
   COLUMN_SIZE
-) = range (5)
+) = list(range(5))