etherpump/etherdump/__init__.py

4 lines
88 B
Python
Raw Normal View History

2015-09-17 18:23:18 +02:00
import os
DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data")