Skip to content

Commit

Permalink
updating wurfl url
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfilliau committed Dec 13, 2011
1 parent cefa020 commit 94e377b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molly/wurfl/management/commands/update_wurfl.py
Expand Up @@ -15,8 +15,8 @@ class Command(NoArgsCommand):

requires_model_validation = False

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'
WURFL_URL = 'http://mollyproject.org/wurfl/wurfl-2.1.1.xml.gz'
WEB_PATCH_URL = 'http://mollyproject.org/wurfl/web_browsers_patch.xml'

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

0 comments on commit 94e377b

Please sign in to comment.