Ahenk/opt/ahenk/plugins/plugin1/policy.py

10 lines
288 B
Python
Raw Normal View History

2016-03-29 11:52:18 +03:00
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
def handle_policy(profile_data,context):
2016-03-30 18:51:50 +03:00
context.put('data','dataa')
context.put('content_type','type')
2016-03-29 11:52:18 +03:00
print("This is policy file - plugin 1")