summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-08-22 19:43:11 +0000
committerIan Bicking <ian@ianbicking.org>2005-08-22 19:43:11 +0000
commit12fb69cac3e10517039dac70817ee64e48872182 (patch)
tree84d1b111e1aea4d0fea82205c90acb19cfa54596
parent80850e575b77d241f3da8a94bafa7a3a10c827d2 (diff)
downloadpaste-git-12fb69cac3e10517039dac70817ee64e48872182.tar.gz
Removed 3rd-party; moved backported modules to paste.util
-rw-r--r--paste/3rd-party/README.txt14
-rw-r--r--paste/3rd-party/new_python/python/__init__.py1
-rw-r--r--paste/util/UserDict24.py (renamed from paste/3rd-party/new_python/python/UserDict.py)0
-rw-r--r--paste/util/doctest24.py (renamed from paste/3rd-party/new_python/python/doctest.py)0
-rw-r--r--paste/util/string24.py (renamed from paste/3rd-party/new_python/python/string.py)0
5 files changed, 0 insertions, 15 deletions
diff --git a/paste/3rd-party/README.txt b/paste/3rd-party/README.txt
deleted file mode 100644
index 0526e70..0000000
--- a/paste/3rd-party/README.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-This directory contains packages useful to Paste users, who may not
-feel like installing those packages. The module util.thirdparty has
-functions for pulling these modules into the path, but also respecting
-any packages the user installed on their own.
-
-To use this, create a directory package_name-files, and then install
-the package into that directory, probably like::
-
- cd PackageName
- python setup.py install \
- --install-lib=path/to/3rd-party/package_name-files
-
-These files should *not* go into the repository! But they should go
-into the installation package.
diff --git a/paste/3rd-party/new_python/python/__init__.py b/paste/3rd-party/new_python/python/__init__.py
deleted file mode 100644
index 792d600..0000000
--- a/paste/3rd-party/new_python/python/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-#
diff --git a/paste/3rd-party/new_python/python/UserDict.py b/paste/util/UserDict24.py
index 35f86fc..35f86fc 100644
--- a/paste/3rd-party/new_python/python/UserDict.py
+++ b/paste/util/UserDict24.py
diff --git a/paste/3rd-party/new_python/python/doctest.py b/paste/util/doctest24.py
index 0a13d77..0a13d77 100644
--- a/paste/3rd-party/new_python/python/doctest.py
+++ b/paste/util/doctest24.py
diff --git a/paste/3rd-party/new_python/python/string.py b/paste/util/string24.py
index 7c0e001..7c0e001 100644
--- a/paste/3rd-party/new_python/python/string.py
+++ b/paste/util/string24.py