Mercurial
Mercurial
>
blinkster
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
web/blinkster/__init__.py
author
ymh <ymh.work@gmail.com>
Thu, 19 May 2011 17:43:42 +0200
changeset 115
4cbd113cdc99
parent 113
a21d9248c772
child 117
565fd34c668c
permissions
-rw-r--r--
add static_url in context processors
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
115
4cbd113cdc99
add static_url in context processors
ymh <ymh.work@gmail.com>
parents:
113
diff
changeset
1
VERSION
=
(
0
,
32
)
5
10b1f6d8a5d2
first debug version
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
2
7
92ccb522e945
correct dependency loop
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
3
VERSION_STR
=
unicode
(
"."
.
join
(
map
(
lambda
i
:
"
%02d
"
%
(
i
,),
VERSION
)))