Changeset 32899 for trunk/ippdor/src/ipp/WarpManager.py
- Timestamp:
- Dec 8, 2011, 11:34:35 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippdor/src/ipp/WarpManager.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdor/src/ipp/WarpManager.py
r32891 r32899 18 18 label, 19 19 exposure_name, 20 recipient, 21 host = 'ippdb01.ifa.hawaii.edu', 22 user = 'ipp', 23 passwd = 'ipp'): 20 recipient): 24 21 """ 25 22 Creates a connector to the gpc1 database as well as local and 26 23 nfs directories (their name is warp) 27 24 """ 28 Gpc1Manager.__init__(self, recipient=recipient , host=host, user=user, passwd=passwd)25 Gpc1Manager.__init__(self, recipient=recipient) 29 26 self.label = label 30 27 self.exposure_name = exposure_name
Note:
See TracChangeset
for help on using the changeset viewer.
