diff options
author | Priit Laes <plaes@plaes.org> | 2010-08-08 10:05:07 +0300 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2010-08-08 10:05:07 +0300 |
commit | d6a5e8772707f71878080c0eab38072cb0ad6671 (patch) | |
tree | 907f23798e0e7ed59d2600e4b4282624bce5205f /grumpy | |
parent | Implemented user's favorite packages (diff) | |
download | gsoc2010-grumpy-d6a5e8772707f71878080c0eab38072cb0ad6671.tar.gz gsoc2010-grumpy-d6a5e8772707f71878080c0eab38072cb0ad6671.tar.bz2 gsoc2010-grumpy-d6a5e8772707f71878080c0eab38072cb0ad6671.zip |
Remove unused import 'time'
Diffstat (limited to 'grumpy')
-rw-r--r-- | grumpy/testsuite/pkgmodel.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |