summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-07-24 14:39:24 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-07-24 14:39:36 -0400
commitca503ab41f14de0dabec43facd6ddd34494e393d (patch)
tree2e7cab096b1e5b3bcf074db837bb284911d33eb8
parent2937a5500aab1cfad8567304be0965570e695229 (diff)
downloadaskbot-ca503ab41f14de0dabec43facd6ddd34494e393d.tar.gz
askbot-ca503ab41f14de0dabec43facd6ddd34494e393d.tar.bz2
askbot-ca503ab41f14de0dabec43facd6ddd34494e393d.zip
fixed a doc string in the askbot.deps module
-rw-r--r--askbot/deps/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/askbot/deps/__init__.py b/askbot/deps/__init__.py
index d25583a2..497f8c9b 100644
--- a/askbot/deps/__init__.py
+++ b/askbot/deps/__init__.py
@@ -16,9 +16,4 @@ Some packages included here were modified with hardcoded imports like::
from askbot.deps import somepackage
So these cannot be moved around at all.
-
-There is one package - ``python.openid`` which has not been modified this way.
-In order for this one to import, PYTHONPATH variable was modified within `django.wsgi`_
-file - the connector script for Apache mod_wsgi.
-
"""