Skip to content
__init__.py 209 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
v5  
Sebastien Luttringer committed
version = "5"
debug = False
Seblu's avatar
Seblu committed
quiet = False
__all__ = []