Changeset 2551
- Timestamp:
- 06/21/07 14:56:25 (1 year ago)
- Files:
-
- trunk/scripts/vyum-worker (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vyum-worker
r2527 r2551 61 61 check 'import yum,sys; sys.exit(not hasattr(yum.config.yumconf, "getRootedPath"))' 62 62 ;; 63 (2.[6789]*|3. 0*)63 (2.[6789]*|3.[012]*) 64 64 check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))' 65 65 ;;
