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