Changeset - 7b0c19b00629
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-12-07 00:31:04
marcin@python-works.com
python 2.5 tests fix
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/functional/test_admin.py
Show inline comments
 
from __future__ import with_statement
 
import os
 
import csv
 
import datetime
 
from rhodecode.tests import *
 
from rhodecode.model.db import UserLog
 
from rhodecode.model.meta import Session
 
from rhodecode.lib.utils2 import safe_unicode
 

	
 
dn = os.path.dirname
 
FIXTURES = os.path.join(dn(dn(os.path.abspath(__file__))), 'fixtures')
 

	
 

	
0 comments (0 inline, 0 general)