From: Zac Medico Date: Wed, 19 Aug 2009 06:05:55 +0000 (-0000) Subject: Remove unused os import. X-Git-Tag: v2.2_rc39~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d599c68c8e6609f5facdc97f333112d91a501468;p=portage.git Remove unused os import. svn path=/main/trunk/; revision=14096 --- 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