summaryrefslogtreecommitdiff
path: root/exchange/__init__.py
diff options
context:
space:
mode:
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."