Skip to content
template.py 451 B
Newer Older
# -*- python -*-
# -*- coding: utf-8 -*-
# Started 12/05/2011 by Seblu <seblu@seblu.net>

description = """[image]
name =
version =
description =
author =
"""

parser = """# -*- python -*-
# -*- coding: utf-8 -*-

def parser(image):
\t'''Method called by parser'''
\t\t pass

# vim:set ts=2 sw=2 noet:
"""

setup = """# -*- python -*-
# -*- coding: utf-8 -*-

def setup(image):
\t'''Method called by installer'''
\tpass

# vim:set ts=2 sw=2 noet:
"""