summaryrefslogtreecommitdiff
path: root/exchange/__init__.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2009-04-26 13:37:43 -0400
committerMike Crute <mcrute@gmail.com>2009-04-26 13:37:43 -0400
commit0e23789c050b1b763736a7b3df9f8536a139e63d (patch)
treec79c8423905b7a6f35458249253e8e0b0360c714 /exchange/__init__.py
parent1d7b31d19562823dda93b045b786606191fd3e5b (diff)
downloadcalendar_proxy-0e23789c050b1b763736a7b3df9f8536a139e63d.tar.bz2
calendar_proxy-0e23789c050b1b763736a7b3df9f8536a139e63d.tar.xz
calendar_proxy-0e23789c050b1b763736a7b3df9f8536a139e63d.zip
Moved code around into smaller packages.
Diffstat (limited to 'exchange/__init__.py')
-rw-r--r--exchange/__init__.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/exchange/__init__.py b/exchange/__init__.py
new file mode 100644
index 0000000..e3d54e0
--- /dev/null
+++ b/exchange/__init__.py
@@ -0,0 +1,15 @@
1# -*- coding: utf-8 -*-
2"""
3Exchange Server Handling Code
4
5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc.
7@date: April 26, 2009
8@version: $Rev$
9
10$Id$
11"""
12
13
14class ExchangeException(Exception):
15 "Exception that is thrown by all Exchange handling code."