Added const.WEBSTUFF_DIR for Serge in working with GeoView.
svn: r16482
This commit is contained in:
parent
cc5b37c8bc
commit
ec8b5f940d
@ -176,6 +176,7 @@ DATA_DIR = os.path.join(ROOT_DIR, "data")
|
||||
WEB_DIR = os.path.join(ROOT_DIR, 'web')
|
||||
#SYSTEM_FILTERS = os.path.join(DATA_DIR, "system_filters.xml")
|
||||
TIP_DATA = os.path.join(DATA_DIR, "tips.xml")
|
||||
WEBSTUFF_DIR = os.path.join(PLUGINS_DIR, "webstuff")
|
||||
|
||||
PAPERSIZE = os.path.join(DATA_DIR, "papersize.xml")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user