Changeset 2577 for trunk/packages/invirt-dev/python/invirt/builder.py
- Timestamp:
- Dec 5, 2009, 3:36:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/python/invirt/builder.py
r2543 r2577 27 27 def getRepo(package): 28 28 """Return the path to the git repo for a given package.""" 29 return os.path.join(_REPO_DIR, ' packages', '%s.git' % package)29 return os.path.join(_REPO_DIR, 'invirt/packages', '%s.git' % package) 30 30 31 31
Note: See TracChangeset
for help on using the changeset viewer.