mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-23 02:02:20 +03:00
10 lines
288 B
Python
10 lines
288 B
Python
|
#!/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):
|
||
|
context.put('data','dataa')
|
||
|
context.put('content_type','type')
|
||
|
print("This is policy file - plugin 1")
|