Changeset 24602


Ignore:
Timestamp:
02/27/20 03:39:41 (5 years ago)
Author:
bdef
Message:

BUG: fixing some imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/generic.py

    r24601 r24602  
     1import numpy as np
    12from socket import gethostname
    23from subprocess import call
     
    214215
    215216    def Download(self, dirname, filelist):  # {{{
    216         if m.ispc():
     217        if ispc():
    217218            #do nothing
    218219            return
Note: See TracChangeset for help on using the changeset viewer.