forked from M-Labs/artiq
Sebastien Bourdeauducq
455e4859b7
Original version is very complex and still has a number of problems.
8 lines
155 B
Python
8 lines
155 B
Python
from ._version import get_version
|
|
__version__ = get_version()
|
|
del get_version
|
|
|
|
import os
|
|
__artiq_dir__ = os.path.dirname(os.path.abspath(__file__))
|
|
del os
|