Commits
12 12 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
13 13 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public |
14 14 | # License for more details. |
15 15 | # |
16 16 | # CAS-12834 - Very minimal test to have some coverage of task listcal. |
17 17 | # This is more a TODO than a test. |
18 18 | # |
19 19 | ########################################################################## |
20 20 | CASA6=False |
21 21 | try: |
22 - | # import casatools |
22 + | import casatools |
23 23 | from casatasks import listcal #, casalog |
24 24 | CASA6 = True |
25 25 | except ImportError: |
26 26 | from __main__ import default |
27 27 | from tasks import * |
28 28 | from taskinit import * |
29 29 | |
30 30 | import os |
31 31 | import shutil |
32 32 | import unittest |