Let's specifically import string_list()s in the config_spec.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 18 Jun 2011 19:08:58 +0000 (14:08 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 18 Jun 2011 19:08:58 +0000 (14:08 -0500)
mediagoblin/config_spec.ini

index f91d1c1b7deadcdd9f216dac82038c0e0ca784d4..2e7821014802883dabf842f000a09afe0f7169cd 100644 (file)
@@ -65,5 +65,5 @@ celerybeat_max_loop_interval = integer()
 celeryd_eta_scheduler_precision = float()
 
 # known lists
-celery_routes = list()
-celery_imports = list()
\ No newline at end of file
+celery_routes = string_list()
+celery_imports = string_list()
\ No newline at end of file