summaryrefslogtreecommitdiff
path: root/exchange/authenticators.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-02-15 19:19:47 -0500
committerMike Crute <mcrute@gmail.com>2010-02-15 19:19:47 -0500
commit6ac707f8ab6ccc551bb0bf1a92aee4ce5329d4f3 (patch)
tree4e802b77086c7e7d78cd488b396c21cc6ecb2582 /exchange/authenticators.py
parent8cfbd1b970870a0d2594e147cd9bcc223d0a33b9 (diff)
downloadcalendar_proxy-6ac707f8ab6ccc551bb0bf1a92aee4ce5329d4f3.tar.bz2
calendar_proxy-6ac707f8ab6ccc551bb0bf1a92aee4ce5329d4f3.tar.xz
calendar_proxy-6ac707f8ab6ccc551bb0bf1a92aee4ce5329d4f3.zip
Cleaning up syntactic crap
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