diff --git a/remove_recipients.py b/remove_recipients.py index 8f3dc54..466e396 100644 --- a/remove_recipients.py +++ b/remove_recipients.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +# !/usr/bin/env python # encoding: utf-8 import kopano diff --git a/webapp_settings.py b/webapp_settings.py index 4962c59..165cf81 100644 --- a/webapp_settings.py +++ b/webapp_settings.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +# !/usr/bin/env python # encoding: utf-8 from MAPI import * @@ -41,5 +41,7 @@ def main(): print data user.store.prop(PR_EC_WEBACCESS_SETTINGS_JSON).set_value(json.dumps(data)) + + if __name__ == "__main__": main() \ No newline at end of file