PyUtils+AthenaPython: Update CORAL attribute access for python 3.
Compare changes
Files
3@@ -15,22 +15,6 @@ __doc__ = "provide components to peek into pool files"
@@ -245,14 +229,14 @@ class FilePeeker(PyAthena.Alg):
Update the handling of CORAL attributes to work with both py3 and py2. Can simplify it now using a pyroot template proxy. Also remove reference to izip, which doesn't exist in py3.