view pylearn/__init__.py @ 607:23467f473eb7

added dbdict-run cmdline option (-2 --allow_sigint) to allow ctrl-c to interrupt progrma
author James Bergstra <bergstrj@iro.umontreal.ca>
date Thu, 15 Jan 2009 22:22:45 -0500
parents b054271b2504
children 63bcc7024378
line wrap: on
line source

import exceptions

def __src_version__():
    #todo - this is vulnerable to the bug in theano ticket #160
    return version.src_version(__name__)