diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.py | 12 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/messages/message_template.msg | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/setup-path.py | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/template_verifier.py | 0 |
4 files changed, 0 insertions, 12 deletions
diff --git a/scripts/install.py b/scripts/install.py index 7368af0b37..c2adf4d0a2 100755 --- a/scripts/install.py +++ b/scripts/install.py @@ -84,18 +84,6 @@ except ImportError: from indra.base import llsd from indra.util import helpformatter -# *HACK: Necessary for python 2.3. Consider removing this code wart -# after etch has deployed everywhere. 2008-12-23 Phoenix -try: - sorted = sorted -except NameError: - def sorted(in_list): - "Return a list which is a sorted copy of in_list." - # Copy the source to be more functional and side-effect free. - out_list = copy.copy(in_list) - out_list.sort() - return out_list - class InstallFile(object): "This is just a handy way to throw around details on a file in memory." def __init__(self, pkgname, url, md5sum, cache_dir, platform_path): diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 3fe05be20a..3fe05be20a 100755..100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg diff --git a/scripts/setup-path.py b/scripts/setup-path.py index 157bda0027..157bda0027 100755..100644 --- a/scripts/setup-path.py +++ b/scripts/setup-path.py diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py index adcfcbcae6..adcfcbcae6 100755..100644 --- a/scripts/template_verifier.py +++ b/scripts/template_verifier.py |