summaryrefslogtreecommitdiff
path: root/exchange/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'exchange/__init__.py')
-rw-r--r--exchange/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/exchange/__init__.py b/exchange/__init__.py
index 429946a..a2a78ec 100644
--- a/exchange/__init__.py
+++ b/exchange/__init__.py
@@ -1,12 +1,10 @@
1# -*- coding: utf-8 -*- 1# vim: set filencoding=utf8
2""" 2"""
3Exchange Server Handling Code 3Exchange Server Handling Code
4 4
5@author: Mike Crute (mcrute@gmail.com) 5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc. 6@organization: SoftGroup Interactive, Inc.
7@date: April 26, 2009 7@date: April 26, 2009
8
9$Id$
10""" 8"""
11 9
12 10