# os

* For cross platform compatability, use os.pardir instead of '..'.

```python
os.path.abspath(os.path.join(os.path.dirname( __file__ ), '..', 'templates'))
```
