--whitespace

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-07 10:51:13 +01:00
parent 217d2bcb23
commit 4dd0f61934
1 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ class ArgumentsTestCase(test.CdistTestCase):
# argv = [type_name, object_id, '--required1', value]
# os.environ.update(self.env)
# emu = emulator.Emulator(argv)
#
#
# self.assertRaises(SystemExit, emu.run)
def test_optional(self):
@ -251,7 +251,7 @@ class StdinTestCase(test.CdistTestCase):
self.manifest = core.Manifest(
target_host=self.target_host,
local = self.local)
def tearDown(self):
os.environ = self.orig_environ
shutil.rmtree(self.temp_dir)