summaryrefslogtreecommitdiffstats
path: root/swiftkerbauth
diff options
context:
space:
mode:
Diffstat (limited to 'swiftkerbauth')
-rw-r--r--swiftkerbauth/kerbauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftkerbauth/kerbauth.py b/swiftkerbauth/kerbauth.py
index 323a677..612299d 100644
--- a/swiftkerbauth/kerbauth.py
+++ b/swiftkerbauth/kerbauth.py
@@ -46,7 +46,7 @@ class KerbAuth(object):
And add a kerbauth filter section, such as::
[filter:kerbauth]
- use = egg:swift#kerbauth
+ use = egg:swiftkerbauth#kerbauth
See the proxy-server.conf-sample for more information.