source:
epi/trunk/fuentes/epi-gtk/python3-epigtk/settings.py
@
6155
Last change on this file since 6155 was 6155, checked in by , 3 years ago | |
---|---|
File size: 156 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 = "epi-gtk" |
Note: See TracBrowser
for help on using the repository browser.