Commits

Dirk Petry authored d9ec5a88fc5
CAS-13085: Removed the line

from _future_ import print_function as requested by S. Castro.

casa5/gcwrap/python/scripts/recipes/mslisthelper.py

Modified
1 1 from __future__ import absolute_import
2 -from __future__ import print_function
3 2
4 3 import os
5 4 import math
6 5 import numpy as np
7 6 import fnmatch
8 7
9 8 from casatasks.private.casa_transition import is_CASA6
10 9 if is_CASA6:
11 10 import subprocess
12 11 from collections import OrderedDict as odict

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut