Skip to content
Snippets Groups Projects
Unverified Commit d70186ed authored by Xavier Robin's avatar Xavier Robin
Browse files

Add version as standard __version__

parent 330028e5
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ from ._ost_base import *
from .stutil import *
from ost import conop
__version__ = _ost_base.VERSION
class StreamLogSink(LogSink):
def __init__(self, stream):
LogSink.__init__(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment