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
Branches
Tags
No related merge requests found
...@@ -24,6 +24,8 @@ from ._ost_base import * ...@@ -24,6 +24,8 @@ from ._ost_base import *
from .stutil import * from .stutil import *
from ost import conop from ost import conop
__version__ = _ost_base.VERSION
class StreamLogSink(LogSink): class StreamLogSink(LogSink):
def __init__(self, stream): def __init__(self, stream):
LogSink.__init__(self) LogSink.__init__(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment