Skip to content
Snippets Groups Projects
Commit 44e3ebee authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'cherry-pick-96267523' into 'releases/3.2'

Merge branch 'feature/test-remove-python2' into 'master'

See merge request !2002
parents 8cd8ec74 9f2e74b9
No related branches found
No related tags found
2 merge requests!2152WIP add default fluxcache properties,!2002Merge branch 'feature/test-remove-python2' into 'master'
......@@ -5,16 +5,12 @@ for all VTK style formats like VTK files. Fuzzy compares numbers by
using absolute and/or relative difference comparison.
"""
from __future__ import print_function
from __future__ import absolute_import
import argparse
import xml.etree.ElementTree as ET
from operator import attrgetter, itemgetter
import json
import sys
import math
from six.moves import range
from six.moves import zip
import os
import re
import glob
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment