Première version de la refonte du plugin bcfg2
This commit is contained in:
parent
7e5cd649eb
commit
f67d38baee
8 changed files with 1441 additions and 0 deletions
6
bcfg2new/Plugins/Python/__init__.py
Normal file
6
bcfg2new/Plugins/Python/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python2.7
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Python plugin initializator for
|
||||
Bcfg2"""
|
||||
|
||||
from .PythonPlugin import Python
|
Loading…
Add table
Add a link
Reference in a new issue