projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8227405
)
Remove unused os import.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 19 Aug 2009 06:05:55 +0000
(06:05 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 19 Aug 2009 06:05:55 +0000
(06:05 -0000)
svn path=/main/trunk/; revision=14096
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index 76425a817756a7b63bf15dfc6b9e5c9b0ff8cf98..bfb2625450a0b901b5ea623b53bae1f31c6e63f5 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-6,7
+6,6
@@
"""This module contains functions used in Repoman to ascertain the quality
and correctness of an ebuild."""
-import os
import re
import time
import repoman.errors as errors