EventIndex. Correct os import to solve Tier0 crash
Solve Tier0 crash for the EventIndex transformation for Athena r22. "os" was not properly imported. Tier0 job passes arguments using a json dictionary with --argJSON, so the code flow is different from Grid jobs and the incorrect code was not detected. Moved import statement to the top of the file.