summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-30 14:16:00 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-30 14:16:00 (GMT)
commitebc6c70a3b7884b7aa79c3be260bdfe936a138d2 (patch)
treef4714412e90b0ec54596bd296600dc77fbcad9aa /src/engine
parentedd59e83669be442f2a573e593995a23bdcfa1d1 (diff)
downloadSCons-ebc6c70a3b7884b7aa79c3be260bdfe936a138d2.zip
SCons-ebc6c70a3b7884b7aa79c3be260bdfe936a138d2.tar.gz
SCons-ebc6c70a3b7884b7aa79c3be260bdfe936a138d2.tar.bz2
pep8
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/SCons/EnvironmentTests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/SCons/EnvironmentTests.py b/src/engine/SCons/EnvironmentTests.py
index 5a14ffc..229858f 100644
--- a/src/engine/SCons/EnvironmentTests.py
+++ b/src/engine/SCons/EnvironmentTests.py
@@ -1461,8 +1461,6 @@ def exists(env):
assert env['SOURCE'] == 's', env['SOURCE']
assert env['SOURCES'] == 'sss', env['SOURCES']
-
-
def test_Append(self):
"""Test appending to construction variables in an Environment
"""