Return to Snippet

Revision: 7337
at July 18, 2008 09:28 by vasilije


Initial Code
import os.path
template_dir = os.path.join(os.path.dirname(__file__), 'templates').replace('\\', '/')

Initial URL


Initial Description


Initial Title
ged dir relative to module dir

Initial Tags
textmate, python

Initial Language
Other