mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
4 lines
82 B
Python
4 lines
82 B
Python
import os
|
|
|
|
LOGGING_FILE = os.path.join(os.path.dirname(__file__), 'logging.conf')
|