summaryrefslogtreecommitdiff
path: root/exchange/commands.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/commands.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/commands.py')
-rw-r--r--exchange/commands.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/exchange/commands.py b/exchange/commands.py
index 40446e2..8198ca6 100644
--- a/exchange/commands.py
+++ b/exchange/commands.py
@@ -1,4 +1,4 @@
1# -*- coding: utf-8 -*- 1# vim: set filencoding=utf8
2""" 2"""
3Exchange Commands 3Exchange Commands
4 4
@@ -9,9 +9,8 @@ This is a set of classes that starts to define a set of classes for
9fetching data using Exchange's WebDAV API. This is still pretty 9fetching data using Exchange's WebDAV API. This is still pretty
10development code but it does the trick. Watch out, it doesn't consider 10development code but it does the trick. Watch out, it doesn't consider
11many corner cases. 11many corner cases.
12
13$Id$
14""" 12"""
13
15import xml.etree.cElementTree as etree 14import xml.etree.cElementTree as etree
16 15
17from httplib import HTTPSConnection 16from httplib import HTTPSConnection