Changeset 79

Show
Ignore:
Timestamp:
Wed Jul 26 14:55:38 2006
Author:
jpellerin
Message:

Updated path manipulation to work with multiple working dirs.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • nose-django/trunk/nosedjango.py

    r74 r79  
    96 96         if self.conf.addPaths:  
    97 97             from nose.importer import add_path  
    98               add_path(self.conf.where)  
      98             map(add_path, self.conf.where)  
    98 98          
    99 99         from django.conf import settings