forked from opencv/opencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved Jinja2 into 3rdparty. Now using latest stable version from pypi…
… (2.7.1)
- Loading branch information
hbristow
committed
Sep 15, 2013
1 parent
224f44a
commit 86b7e3d
Showing
34 changed files
with
1,615 additions
and
63 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
jinja.constants | ||
~~~~~~~~~~~~~~~ | ||
Various constants. | ||
:copyright: (c) 2010 by the Jinja Team. | ||
:license: BSD, see LICENSE for more details. | ||
""" | ||
|
||
|
||
#: list of lorem ipsum words used by the lipsum() helper function | ||
LOREM_IPSUM_WORDS = u'''\ | ||
a ac accumsan ad adipiscing aenean aliquam aliquet amet ante aptent arcu at | ||
auctor augue bibendum blandit class commodo condimentum congue consectetuer | ||
consequat conubia convallis cras cubilia cum curabitur curae cursus dapibus | ||
diam dictum dictumst dignissim dis dolor donec dui duis egestas eget eleifend | ||
elementum elit enim erat eros est et etiam eu euismod facilisi facilisis fames | ||
faucibus felis fermentum feugiat fringilla fusce gravida habitant habitasse hac | ||
hendrerit hymenaeos iaculis id imperdiet in inceptos integer interdum ipsum | ||
justo lacinia lacus laoreet lectus leo libero ligula litora lobortis lorem | ||
luctus maecenas magna magnis malesuada massa mattis mauris metus mi molestie | ||
mollis montes morbi mus nam nascetur natoque nec neque netus nibh nisi nisl non | ||
nonummy nostra nulla nullam nunc odio orci ornare parturient pede pellentesque | ||
penatibus per pharetra phasellus placerat platea porta porttitor posuere | ||
potenti praesent pretium primis proin pulvinar purus quam quis quisque rhoncus | ||
ridiculus risus rutrum sagittis sapien scelerisque sed sem semper senectus sit | ||
sociis sociosqu sodales sollicitudin suscipit suspendisse taciti tellus tempor | ||
tempus tincidunt torquent tortor tristique turpis ullamcorper ultrices | ||
ultricies urna ut varius vehicula vel velit venenatis vestibulum vitae vivamus | ||
viverra volutpat vulputate''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.