source: trunk/extern/__init__.py@ 22

Last change on this file since 22 was 22, checked in by JohnLightfoot, 10 years ago

first version

File size: 152 bytes
Line 
1from __future__ import absolute_import
2import os
3import sys
4sys.path.append(os.path.join(os.path.dirname(__file__),'Mako-0.7.0-py2.6.egg'))
5import mako
Note: See TracBrowser for help on using the repository browser.