From d6a5e8772707f71878080c0eab38072cb0ad6671 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sun, 8 Aug 2010 10:05:07 +0300 Subject: Remove unused import 'time' --- grumpy/testsuite/pkgmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grumpy/testsuite/pkgmodel.py b/grumpy/testsuite/pkgmodel.py index a1162bf..1d73435 100644 --- a/grumpy/testsuite/pkgmodel.py +++ b/grumpy/testsuite/pkgmodel.py @@ -13,7 +13,7 @@ from . import GrumpyTestCase from pkgcore.ebuild.repo_objs import Maintainer from grumpy.models import Category, Developer, Ebuild, Herd, Package -import copy, time, unittest +import copy, unittest class PkgModelTestCase(GrumpyTestCase): -- cgit v1.2.3-65-gdbad