From 03339501ab53794b363df9838978d15631821afe Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 4 Sep 2014 14:32:56 +0200 Subject: [PATCH] Remove obsolete apps --- tests/test_apps/config_module_app.py | 4 ---- tests/test_apps/config_package_app/__init__.py | 4 ---- tests/test_apps/lib/python2.5/site-packages/site_app.py | 3 --- .../lib/python2.5/site-packages/site_package/__init__.py | 3 --- tests/test_apps/main_app.py | 4 ---- tests/test_apps/path/installed_package/__init__.py | 3 --- 6 files changed, 21 deletions(-) delete mode 100644 tests/test_apps/config_module_app.py delete mode 100644 tests/test_apps/config_package_app/__init__.py delete mode 100644 tests/test_apps/lib/python2.5/site-packages/site_app.py delete mode 100644 tests/test_apps/lib/python2.5/site-packages/site_package/__init__.py delete mode 100644 tests/test_apps/main_app.py delete mode 100644 tests/test_apps/path/installed_package/__init__.py diff --git a/tests/test_apps/config_module_app.py b/tests/test_apps/config_module_app.py deleted file mode 100644 index 380d46bf..00000000 --- a/tests/test_apps/config_module_app.py +++ /dev/null @@ -1,4 +0,0 @@ -import os -import flask -here = os.path.abspath(os.path.dirname(__file__)) -app = flask.Flask(__name__) diff --git a/tests/test_apps/config_package_app/__init__.py b/tests/test_apps/config_package_app/__init__.py deleted file mode 100644 index 380d46bf..00000000 --- a/tests/test_apps/config_package_app/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -import os -import flask -here = os.path.abspath(os.path.dirname(__file__)) -app = flask.Flask(__name__) diff --git a/tests/test_apps/lib/python2.5/site-packages/site_app.py b/tests/test_apps/lib/python2.5/site-packages/site_app.py deleted file mode 100644 index 06271108..00000000 --- a/tests/test_apps/lib/python2.5/site-packages/site_app.py +++ /dev/null @@ -1,3 +0,0 @@ -import flask - -app = flask.Flask(__name__) diff --git a/tests/test_apps/lib/python2.5/site-packages/site_package/__init__.py b/tests/test_apps/lib/python2.5/site-packages/site_package/__init__.py deleted file mode 100644 index 06271108..00000000 --- a/tests/test_apps/lib/python2.5/site-packages/site_package/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -import flask - -app = flask.Flask(__name__) diff --git a/tests/test_apps/main_app.py b/tests/test_apps/main_app.py deleted file mode 100644 index a5f372c8..00000000 --- a/tests/test_apps/main_app.py +++ /dev/null @@ -1,4 +0,0 @@ -import flask - -# Test Flask initialization with main module. -app = flask.Flask('__main__') diff --git a/tests/test_apps/path/installed_package/__init__.py b/tests/test_apps/path/installed_package/__init__.py deleted file mode 100644 index 06271108..00000000 --- a/tests/test_apps/path/installed_package/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -import flask - -app = flask.Flask(__name__)