Files @ 8e76649f11ad
Branch filter:

Location: kallithea/rhodecode/tests/test_models.py - annotation

Marcin Kuzminski
fixes safe_str method
- trye directly to encode with given encoding instead of trying to make a string out of the unicode
import unittest
from rhodecode.tests import *