From fec6336699f34758d3e6cb41b2edf902fedb9035 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 4 May 2013 21:39:27 +0000 Subject: libical-1.0 --- src/python/__init__.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/python/__init__.py (limited to 'src/python/__init__.py') diff --git a/src/python/__init__.py b/src/python/__init__.py new file mode 100644 index 0000000..bbae718 --- /dev/null +++ b/src/python/__init__.py @@ -0,0 +1,25 @@ +#!/usr/bin/env python +# -*- Mode: python -*- +#====================================================================== +# FILE: __init__.py +# CREATOR: glenn +# +# DESCRIPTION: +# +# +# (C) COPYRIGHT 2001, Eric Busboom +# (C) COPYRIGHT 2001, Patrick Lewis +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of either: +# +# The LGPL as published by the Free Software Foundation, version +# 2.1, available at: http://www.fsf.org/copyleft/lesser.html +# +# Or: +# +# The Mozilla Public License Version 1.0. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +#====================================================================== + +from Libical import * -- cgit v1.2.1