IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2011, 11:34:35 AM (15 years ago)
Author:
Serge CHASTEL
Message:

Localization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdor/src/ipp/WarpManager.py

    r32891 r32899  
    1818                 label,
    1919                 exposure_name,
    20                  recipient,
    21                  host = 'ippdb01.ifa.hawaii.edu',
    22                  user = 'ipp',
    23                  passwd = 'ipp'):
     20                 recipient):
    2421        """
    2522        Creates a connector to the gpc1 database as well as local and
    2623        nfs directories (their name is warp)
    2724        """
    28         Gpc1Manager.__init__(self, recipient=recipient, host=host, user=user, passwd=passwd)
     25        Gpc1Manager.__init__(self, recipient=recipient)
    2926        self.label = label
    3027        self.exposure_name = exposure_name
Note: See TracChangeset for help on using the changeset viewer.