Changeset 507 in tailor for vcpx/repository.py


Ignore:
Timestamp:
08/06/05 00:36:21 (8 years ago)
Author:
lele@…
Hash name:
20050805223621-97f81-b81c2e1cd0377e3990c08774c394d24a996f1ca2
Message:

Attach the project to the repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository.py

    r501 r507  
    1818    """ 
    1919 
    20     def __init__(self, name, kind, config, which): 
     20    def __init__(self, name, kind, project, which): 
    2121        self.name = name 
    2222        self.kind = kind 
    23         self._load(config, which) 
     23        self.project = project 
     24        self._load(project.config, which) 
    2425 
    2526    def __str__(self): 
Note: See TracChangeset for help on using the changeset viewer.