Bug 841713 - Part 2: Update missed call site from original patch; r=glandium

This commit is contained in:
Gregory Szorc 2013-02-20 08:11:22 -08:00
Родитель 203c7ebb16
Коммит 4cbd07cb46
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -80,6 +80,7 @@ class VirtualenvManager(object):
for submanifest in submanifests:
submanifest = os.path.join(self.topsrcdir, submanifest)
submanager = VirtualenvManager(self.topsrcdir,
self.topobjdir,
self.virtualenv_root,
self.log_handle,
submanifest)