Changeset 67282
- Timestamp:
- Dec 20, 2015, 7:04:40 AM (9 years ago)
- File:
-
- 1 edited
-
grass/trunk/lib/python/script/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/lib/python/script/setup.py
r65791 r67282 175 175 # TODO: isn't this useless? user already imported this somehow 176 176 path = os.getenv('PYTHONPATH') 177 etcpy = os.path.join(gisbase, 'etc', 'python') 177 etcpy = os.path.join(gisbase, 'etc', 'python') + os.pathsep + os.path.join(gisbase, 'gui', 'wxpython') 178 178 if path: 179 179 path = etcpy + os.pathsep + path
Note:
See TracChangeset
for help on using the changeset viewer.
