pavement.py
changeset 2599 22e1ec7bd02a
parent 2457 eebf0c4ace3d
--- a/pavement.py	Sat Jul 11 23:29:22 2009 +0200
+++ b/pavement.py	Sat Jul 11 23:29:31 2009 +0200
@@ -48,8 +48,9 @@
         project_dir = PROJECT_DIR,
         app_build = PROJECT_DIR / 'build',
         app_folder = PROJECT_DIR / 'app',
-        app_files = ['app.yaml', 'cron.yaml', 'index.yaml', 'main.py',
-                     'settings.py', 'shell.py', 'urls.py', 'gae_django.py'],
+        app_files = ['app.yaml', 'cron.yaml', 'index.yaml', 'queue.yaml',
+		     'main.py', 'settings.py', 'shell.py', 'urls.py', 
+		     'gae_django.py'],
         app_dirs =  ['soc', 'ghop', 'gsoc', 'feedparser', 'python25src',
                      'reflistprop', 'jquery', 'ranklist', 'shell', 'json',
                      'htmlsanitizer', 'taggable-mixin', 'gviz'],
@@ -334,4 +335,4 @@
             'Error occurred creating tinymce.zip: %r' % (exc,))
     finally:
         if not tinymce_zip_fp.closed:
-            tinymce_zip_fp.close()
\ No newline at end of file
+            tinymce_zip_fp.close()