-- unused imports

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-11 16:41:01 +02:00
parent b3c0a5912f
commit 1c73fb1288
1 changed files with 1 additions and 5 deletions

View File

@ -22,17 +22,13 @@
import os
import sys
import shutil
import subprocess
import tempfile
import unittest
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(os.path.realpath(__file__)), '../lib')))
import cdist.exec
class Exec(unittest.TestCase):
def setUp(self):
"""Create shell code and co."""