Changeset 552 in tailor
- Timestamp:
- 08/13/05 10:09:35 (8 years ago)
- Hash name:
- 20050813080935-9b991-e453fcc3ab3f60243b4b493c94b5809f12d808b1
- Location:
- vcpx
- Files:
-
- 1 added
- 1 edited
-
repository.py (modified) (1 diff)
-
tla.py (added)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository.py
r532 r552 203 203 wd.USE_PROPSET = self.use_propset 204 204 return wd 205 206 207 class TlaRepository(Repository): 208 METADIR = '{arch}' 209 TLA_CMD = "tla" 210 211 def _load(self, config, which): 212 Repository._load(self, config, which) 213 self.TLA_CMD = config.get(self.name, 'tla-command', self.TLA_CMD)
Note: See TracChangeset
for help on using the changeset viewer.
