repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
third_party
/
cython
/
src
/
Cython
/
Compiler
/
Version.py
blob
336512f5c6b84983ef37b8c78140c9a5d1b82617
1
# for backwards compatibility
2
3
from
Cython
import
__version__
as
version
4
5
# For generated by string.
6
7
import
time
8
watermark
=
"
%s
on
%s
"
% (
version
,
time
.
asctime
())