Python 3.2 fixes

- Absolute imports
- Unicode strings
This commit is contained in:
medmunds
2013-01-12 11:45:44 -08:00
parent c550aacbb8
commit b4f2866f0f
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
from test_admin import *
from test_legacy import *
from test_mandrill_send import *
from test_mandrill_send_template import *
from djrill.tests.test_admin import *
from djrill.tests.test_legacy import *
from djrill.tests.test_mandrill_send import *
from djrill.tests.test_mandrill_send_template import *