Let's specifically import string_list()s in the config_spec.

This commit is contained in:
Christopher Allan Webber 2011-06-18 14:08:58 -05:00
parent c897283849
commit efc8f1a0d0

View File

@ -65,5 +65,5 @@ celerybeat_max_loop_interval = integer()
celeryd_eta_scheduler_precision = float()
# known lists
celery_routes = list()
celery_imports = list()
celery_routes = string_list()
celery_imports = string_list()