Releaxed supported version to 3.4 or 3.5.

This commit is contained in:
Achim D. Brucker 2017-06-17 15:43:18 +01:00
parent 8fcc7ab99f
commit 760ac171f1
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ import dateutil.parser
import time
import getopt
# Script should run with python 3.5
assert sys.version_info >= (3, 5) and sys.version_info < (3, 6)
# Script should run with python 3.4 or 3.5
assert sys.version_info >= (3, 4) and sys.version_info < (3, 6)
def write_log(dir, fname, text):