mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
9 lines
140 B
Python
9 lines
140 B
Python
|
"""Fixtures module."""
|
||
|
|
||
|
import sys
|
||
|
import os.path
|
||
|
|
||
|
|
||
|
# Add current package to import samples/ dir
|
||
|
sys.path.append(os.path.dirname(__file__))
|