source:
epi/trunk/fuentes/epi-gtk/python3-epigtk/settings.py
@
6137
Last change on this file since 6137 was 6137, checked in by , 3 years ago | |
---|---|
File size: 155 bytes |
Line | |
---|---|
1 | import sys |
2 | import os |
3 | |
4 | relative_path = os.path.dirname(sys.modules[__name__].__file__) |
5 | RSRC_DIR = os.path.join(relative_path,'rsrc') |
6 | TEXT_DOMAIN = "epigtk" |
Note: See TracBrowser
for help on using the repository browser.