aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-08-19 06:05:55 +0000
committerZac Medico <zmedico@gentoo.org>2009-08-19 06:05:55 +0000
commitd599c68c8e6609f5facdc97f333112d91a501468 (patch)
tree7ee89de86e6f2ac8de80a8cdb28c33fdd9546ec7 /pym/repoman
parentUse portage.os and _encodings where appropriate. (diff)
downloadportage-d599c68c8e6609f5facdc97f333112d91a501468.tar.gz
portage-d599c68c8e6609f5facdc97f333112d91a501468.tar.bz2
portage-d599c68c8e6609f5facdc97f333112d91a501468.zip
Remove unused os import.
svn path=/main/trunk/; revision=14096
Diffstat (limited to 'pym/repoman')
-rw-r--r--pym/repoman/checks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
index 76425a817..bfb262545 100644
--- 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