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
blob336512f5c6b84983ef37b8c78140c9a5d1b82617
1 # for backwards compatibility
3 from Cython import __version__ as version
5 # For generated by string.
7 import time
8 watermark = "%s on %s" % (version, time.asctime())