[PATCH] Remove __init__.py from app, as app is not a module
From 6916391964ed3b48021351d3a9ea7a7bc836a373 Mon Sep 17 00:00:00 2001
Date: Sat, 9 May 2009 15:19:04 +0200
---
scripts/build.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
delete mode 100644 app/__init__.py
--- a/scripts/build.sh Sat May 09 01:37:21 2009 +0200
+++ b/scripts/build.sh Sat May 09 15:28:26 2009 +0200
@@ -10,7 +10,7 @@
DEFAULT_APP_BUILD=../build
DEFAULT_APP_FOLDER="../app"
-DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml __init__.py main.py settings.py urls.py"
+DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml main.py settings.py urls.py"
DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist json"
DEFAULT_ZIP_FILES="tiny_mce.zip"