app/soc/tasks/surveys.py
changeset 2880 8aa1f20aaac6
parent 2879 cb0f9b4646aa
equal deleted inserted replaced
2879:cb0f9b4646aa 2880:8aa1f20aaac6
    26 
    26 
    27 from google.appengine.api.labs import taskqueue
    27 from google.appengine.api.labs import taskqueue
    28 
    28 
    29 from django import http
    29 from django import http
    30 
    30 
       
    31 from soc.logic import system
    31 from soc.tasks.helper import error_handler
    32 from soc.tasks.helper import error_handler
    32 from soc.logic import system
       
    33 
    33 
    34 
    34 
    35 def getDjangoURLPatterns():
    35 def getDjangoURLPatterns():
    36   """Returns the URL patterns for the tasks in this module.
    36   """Returns the URL patterns for the tasks in this module.
    37   """
    37   """