2022-08-09 21:14:19 +02:00
|
|
|
from pathlib import Path
|
|
|
|
|
2022-08-10 17:33:22 +02:00
|
|
|
fixtures_path = Path(__file__).parent
|
2022-08-09 21:14:19 +02:00
|
|
|
|
2022-08-10 17:33:22 +02:00
|
|
|
icecast_stats = fixtures_path / "icecast_stats.xml"
|
|
|
|
shoutcast_admin = fixtures_path / "shoutcast_admin.xml"
|