ProjectDjangoTagsMenu/DjangoTagsMenuHandler.py

changeset 23
070a6c65c8a9
parent 13
84479ae76729
child 26
b21b4fc418bc
equal deleted inserted replaced
22:02200dfe0fcf 23:070a6c65c8a9
5 5
6 """ 6 """
7 Module implementing the Django tags menu handler. 7 Module implementing the Django tags menu handler.
8 """ 8 """
9 9
10 from __future__ import unicode_literals # __IGNORE_WARNING__ 10 from __future__ import unicode_literals
11 try: 11 try:
12 str = unicode 12 str = unicode
13 except NameError: 13 except NameError:
14 pass 14 pass
15 15

eric ide

mercurial