summaryrefslogtreecommitdiff
path: root/exchange/authenticators.py
diff options
context:
space:
mode:
Diffstat (limited to 'exchange/authenticators.py')
-rw-r--r--exchange/authenticators.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/exchange/authenticators.py b/exchange/authenticators.py
index 12fb309..bcc2e38 100644
--- a/exchange/authenticators.py
+++ b/exchange/authenticators.py
@@ -1,13 +1,12 @@
1# -*- coding: utf-8 -*- 1# vim: set filencoding=utf8
2""" 2"""
3Exchange Server Authenticators 3Exchange Server Authenticators
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"""
9
11import urllib 10import urllib
12 11
13from copy import copy 12from copy import copy