Ignore:
Timestamp:
Mar 4, 2011, 2:34:28 PM (13 years ago)
Author:
wilsonr
Message:

Changes to address ticket 360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/compile.py

    r8124 r8125  
    2020# it has only really been used with gcc.
    2121
    22 import os, string, sys, types
     22import os, string, sys
    2323
    2424separation_line = '---------------------------------------'     
     
    4040  assert not FNs is None, 'No filename provided'
    4141
    42   if not type(FNs) == types.ListType:
     42  if not isinstance(FNs, list):
    4343    FNs = [FNs]
    4444
Note: See TracChangeset for help on using the changeset viewer.