Index: branches/fc20-dev/server/common/patches/python-authkit.patch
===================================================================
--- branches/fc20-dev/server/common/patches/python-authkit.patch	(revision 2588)
+++ branches/fc20-dev/server/common/patches/python-authkit.patch	(revision 2588)
@@ -0,0 +1,31 @@
+--- a/setup.py	2014-08-27 21:13:54.239160546 -0400
++++ b/setup.py	2014-08-27 21:14:11.988111062 -0400
+@@ -39,7 +39,7 @@
+     install_requires = [
+         "Paste>=1.4", "nose>=0.9.2", "PasteDeploy>=1.1", "Beaker>=1.1",
+         "PasteScript>=1.1", "python-openid>=2.1.1", 
+-        "elementtree>=1.2,<=1.3", "decorator>=2.1.0",
++        "decorator>=2.1.0",
+         "WebOb>=0.9.3",
+     ],
+     extras_require = {
+--- a/authkit/authenticate/sso/api.py	2014-08-27 21:13:40.388419051 -0400
++++ b/authkit/authenticate/sso/api.py	2014-08-27 21:14:40.659645804 -0400
+@@ -13,7 +13,7 @@
+ """
+ import logging
+ 
+-from elementtree import ElementTree
++import xml.etree.cElementTree as ElementTree
+ from paste.request import construct_url
+ from paste.util.converters import asbool
+ from paste.httpexceptions import HTTPNotFound, HTTPSeeOther, HTTPForbidden
+--- a/AuthKit.egg-info/requires.txt	2014-08-27 21:13:48.095831831 -0400
++++ b/AuthKit.egg-info/requires.txt	2014-08-27 21:20:35.238637909 -0400
+@@ -4,7 +4,6 @@
+ Beaker>=1.1
+ PasteScript>=1.1
+ python-openid>=2.1.1
+-elementtree>=1.2,<=1.3
+ decorator>=2.1.0
+ WebOb>=0.9.3
