7 lines
173 B
Python
7 lines
173 B
Python
from pathlib import Path
|
|
|
|
fixtures_path = Path(__file__).parent
|
|
|
|
icecast_stats = fixtures_path / "icecast_stats.xml"
|
|
shoutcast_admin = fixtures_path / "shoutcast_admin.xml"
|