| Home | Trees | Indices | Help |
|
|---|
|
|
1 # Copyright (c) 2007-2009 The PyAMF Project.
2 # See LICENSE for details.
3
4 """
5 C{django.utils.translation} adapter module.
6
7 @see: U{Django Project<http://www.djangoproject.com>}
8 @since: 0.5
9 """
10
11 from django.utils.translation import ugettext_lazy
12
13 import pyamf
14
23
24 pyamf.add_type(type(ugettext_lazy('foo')), convert_lazy)
25
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 20 21:36:28 2009 | http://epydoc.sourceforge.net |