From ad386eea71f4273c9cbcd178245403b8559a75e5 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Wed, 3 Nov 2010 19:04:54 +0000 Subject: [PATCH] Add __init__.py where needed --- web/__init__.py | 0 web/extsources/__init__.py | 0 web/jump/__init__.py | 0 web/lib/__init__.py | 0 web/other/__init__.py | 0 web/postkey/__init__.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 web/__init__.py create mode 100644 web/extsources/__init__.py create mode 100644 web/jump/__init__.py create mode 100644 web/lib/__init__.py create mode 100644 web/other/__init__.py create mode 100644 web/postkey/__init__.py diff --git a/web/__init__.py b/web/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/web/extsources/__init__.py b/web/extsources/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/web/jump/__init__.py b/web/jump/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/web/lib/__init__.py b/web/lib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/web/other/__init__.py b/web/other/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/web/postkey/__init__.py b/web/postkey/__init__.py new file mode 100644 index 0000000..e69de29