LGTM, thanks
On Thu, Dec 19, 2013 at 3:49 PM, Helga Velroyen <[email protected]> wrote: > This removes some superfluous imports from the X509 (SSL) > unittests. > > Signed-off-by: Helga Velroyen <[email protected]> > --- > test/py/ganeti.utils.x509_unittest.py | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/test/py/ganeti.utils.x509_unittest.py b/test/py/ > ganeti.utils.x509_unittest.py > index a95bafc..6ca161a 100755 > --- a/test/py/ganeti.utils.x509_unittest.py > +++ b/test/py/ganeti.utils.x509_unittest.py > @@ -25,14 +25,12 @@ import os > import tempfile > import unittest > import shutil > -import time > import OpenSSL > import distutils.version > import string > > from ganeti import constants > from ganeti import utils > -from ganeti import compat > from ganeti import errors > > import testutils > -- > 1.8.5.1 > >
