Home | History | Annotate | Download | only in Compiler
      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())
      9