summaryrefslogtreecommitdiff
path: root/python/mozbuild/mozpack/files.py
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2014-09-24 16:59:47 +0200
committerPale Moon <git-repo@palemoon.org>2014-09-24 16:59:47 +0200
commit93b9490b500d9c053c236452df373bc46cae85c5 (patch)
tree9d57a2935bd7e4279b866b465a585be1714aeb87 /python/mozbuild/mozpack/files.py
parentf89dce3c82db7fabe2d3a933618f4d89a121ed2b (diff)
downloadpalemoon-gre-93b9490b500d9c053c236452df373bc46cae85c5.tar.gz
Remove OS/2 code part 1
Diffstat (limited to 'python/mozbuild/mozpack/files.py')
-rw-r--r--python/mozbuild/mozpack/files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mozbuild/mozpack/files.py b/python/mozbuild/mozpack/files.py
index 5c7b21cc9..254bc14ab 100644
--- a/python/mozbuild/mozpack/files.py
+++ b/python/mozbuild/mozpack/files.py
@@ -137,7 +137,7 @@ class File(BaseFile):
class ExecutableFile(File):
'''
- File class for executable and library files on OS/2, OS/X and ELF systems.
+ File class for executable and library files on OS/X and ELF systems.
(see mozpack.executables.is_executable documentation).
'''
def copy(self, dest, skip_if_older=True):