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

'''
InstallSystems module
'''

canonical_name="installsystems"
Sebastien Luttringer's avatar
Sebastien Luttringer committed
version = "8"
verbosity = 1 # 0: quiet, 1: normal, 2: debug
__all__ = []