Changeset 361
- Timestamp:
- 12/02/08 15:15:04 (1 month ago)
- Files:
-
- trunk/src/utilities/srblib.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/utilities/srblib.py
r312 r361 124 124 else: 125 125 full_path = path 126 print full_path 126 full_path = "/" + full_path.strip("/") 127 ##print full_path 127 128 c = self._connection.id 128 129 contents = [] … … 148 149 path = self._root + self.pwd 149 150 c = self._connection.id 150 print c, filename, path151 ##print c, filename, path 151 152 status = srb.obj_delete(c, filename, 0, path) 152 153 if status < 0:

