Skip to content

Commit

Permalink
MOLLY-236: Use Wurfl 2.1, which is released under an acceptable license
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorthwood committed Sep 18, 2011
1 parent 6149a96 commit cefa020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molly/wurfl/management/commands/update_wurfl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class Command(NoArgsCommand):

requires_model_validation = False

WURFL_URL = 'http://kent.dl.sourceforge.net/project/wurfl/WURFL/latest/wurfl-latest.xml.gz'
WEB_PATCH_URL = 'http://wurfl.sourceforge.net/web_browsers_patch.xml'
WURFL_URL = 'http://kent.dl.sourceforge.net/project/wurfl/WURFL/2.1.1/wurfl-2.1.1.xml.gz'
WEB_PATCH_URL = 'http://kent.dl.sourceforge.net/project/wurfl/WURFL/2.1.1/web_browsers_patch.xml'

def handle_noargs(self, **options):
tempdir = tempfile.mkdtemp()
Expand Down

0 comments on commit cefa020

Please sign in to comment.