summaryrefslogtreecommitdiff
path: root/test/TEX
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2015-12-10 18:01:37 +0100
committerDirk Baechle <dl9obn@darc.de>2015-12-10 18:01:37 +0100
commit116e6ff0e0b446323532b33a6018249e97e92e3b (patch)
treed88708df964dc576ad2a85eedd9ef08cd29a0240 /test/TEX
parent7da3d7d21c8ab47b73b3cd0733edecf314258d83 (diff)
downloadscons-116e6ff0e0b446323532b33a6018249e97e92e3b.tar.gz
removed several pre-2.7 methods and imports, including some basic refactorings
Diffstat (limited to 'test/TEX')
-rw-r--r--test/TEX/bibliography.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/TEX/bibliography.py b/test/TEX/bibliography.py
index 5e26f6ef..c26b010c 100644
--- a/test/TEX/bibliography.py
+++ b/test/TEX/bibliography.py
@@ -118,9 +118,6 @@ test.must_not_exist(test.workpath('simple.blg'))
test.pass_test()
-
-# FUTURE:
-
test.write('SConstruct', """\
env = Environment(tools = ['tex', 'latex', 'dvips'])
env.PostScript('d00', 'd00.tex')