ThirdParty/Jasy/jasy/js/api/Comment.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 2847
1843ef6e2656
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
1 # 1 #
2 # Jasy - Web Tooling Framework 2 # Jasy - Web Tooling Framework
3 # Copyright 2010-2012 Zynga Inc. 3 # Copyright 2010-2012 Zynga Inc.
4 # 4 #
5 5
6 from __future__ import unicode_literals # __IGNORE_WARNING__ 6 from __future__ import unicode_literals
7 7
8 import re 8 import re
9 9
10 import jasy.core.Console as Console 10 import jasy.core.Console as Console
11 11

eric ide

mercurial