diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-28 12:27:24 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-28 12:27:24 -0500 |
commit | 44817035926a23177713eb67971fb5c8b6d2aa8b (patch) | |
tree | eb9ed5d5bbb7ab32c29f9d6b1e3055c528c347d3 | |
parent | 7bbefa1fcc9a6006953eb0a79049ece9f05985de (diff) |
Moved the code back into a beautifulsoup/ directory.
-rw-r--r-- | beautifulsoup/__init__.py (renamed from __init__.py) | 0 | ||||
-rw-r--r-- | beautifulsoup/dammit.py (renamed from dammit.py) | 0 | ||||
-rw-r--r-- | beautifulsoup/element.py (renamed from element.py) | 0 | ||||
-rw-r--r-- | beautifulsoup/testing.py (renamed from testing.py) | 0 | ||||
-rw-r--r-- | beautifulsoup/util.py (renamed from util.py) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/__init__.py b/beautifulsoup/__init__.py index 8817164..8817164 100644 --- a/__init__.py +++ b/beautifulsoup/__init__.py diff --git a/dammit.py b/beautifulsoup/dammit.py index 78bd4b2..78bd4b2 100644 --- a/dammit.py +++ b/beautifulsoup/dammit.py diff --git a/element.py b/beautifulsoup/element.py index 7649b4c..7649b4c 100644 --- a/element.py +++ b/beautifulsoup/element.py diff --git a/testing.py b/beautifulsoup/testing.py index 20d087e..20d087e 100644 --- a/testing.py +++ b/beautifulsoup/testing.py diff --git a/util.py b/beautifulsoup/util.py index 693a7e2..693a7e2 100644 --- a/util.py +++ b/beautifulsoup/util.py |