Changeset 100 for branches/0.2.3.x/pysvnmanager/tests/__init__.py
- Timestamp:
- 2009年08月23日 17时21分57秒 (3 years ago)
- Files:
-
- 1 modified
-
branches/0.2.3.x/pysvnmanager/tests/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2.3.x/pysvnmanager/tests/__init__.py
r55 r100 60 60 def __init__(self, *args, **kwargs): 61 61 self.authz_file = os.path.dirname(__file__) + '/../../config/svn.access.test' 62 if pylons.test.pylonsapp:62 if hasattr(pylons.test, "pylonsapp"): 63 63 wsgiapp = pylons.test.pylonsapp 64 64 else:
![(please configure the [header_logo] section in trac.ini)](/trac/pysvnmanager/chrome/common/trac_banner.png)