Skip to content

Commit

Permalink
2413 Removes autoneg from dependencies and traces of it from code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed May 23, 2012
1 parent c81347d commit ce3c588
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 87 deletions.
9 changes: 0 additions & 9 deletions ckan/controllers/package.py
Expand Up @@ -4,7 +4,6 @@

from pylons import config
from pylons.i18n import _
from autoneg.accept import negotiate

from ckan.logic import get_action, check_access
from ckan.lib.helpers import date_str_to_datetime
Expand Down Expand Up @@ -38,14 +37,6 @@ def search_url(params):
url = h.url_for(controller='package', action='search')
return url_with_params(url, params)

autoneg_cfg = [
("application", "xhtml+xml", ["html"]),
("text", "html", ["html"]),
("application", "rdf+xml", ["rdf"]),
("application", "turtle", ["ttl"]),
("text", "plain", ["nt"]),
("text", "x-graphviz", ["dot"]),
]

class PackageController(BaseController):

Expand Down
76 changes: 0 additions & 76 deletions ckan/tests/functional/test_autoneg.py

This file was deleted.

2 changes: 0 additions & 2 deletions requires/lucid_missing.txt
Expand Up @@ -6,8 +6,6 @@
-e svn+https://software.sandia.gov/svn/public/pyutilib/pyutilib.component.core/trunk@1972#egg=pyutilib.component.core
# vdm>=0.10,<0.11.99
-e git+https://github.com/okfn/vdm.git@vdm-0.11#egg=vdm
# autoneg>=0.5
-e git+https://github.com/wwaites/autoneg.git@b4c727b164f411cc9d60#egg=autoneg
# flup>=0.5
-e hg+http://hg.saddi.com/flup@301a58656bfb#egg=flup

Expand Down

0 comments on commit ce3c588

Please sign in to comment.