Show
Ignore:
Timestamp:
2009年08月23日 17时21分57秒 (3 years ago)
Author:
jiangx
Message:

nosetest passed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.2.3.x/pysvnmanager/tests/__init__.py

    r55 r100  
    6060    def __init__(self, *args, **kwargs): 
    6161        self.authz_file = os.path.dirname(__file__) + '/../../config/svn.access.test' 
    62         if pylons.test.pylonsapp: 
     62        if hasattr(pylons.test, "pylonsapp"): 
    6363            wsgiapp = pylons.test.pylonsapp 
    6464        else: