1
1
# Copyright 2009 Canonical Ltd. This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
9
9
def get_widget_template(filename):
11
11
here = os.path.dirname(__file__)
12
12
template_path = os.path.join(here, 'templates', filename)
13
13
file = open(template_path)