Remove unused os import.
authorZac Medico <zmedico@gentoo.org>
Wed, 19 Aug 2009 06:05:55 +0000 (06:05 -0000)
committerZac 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

index 76425a817756a7b63bf15dfc6b9e5c9b0ff8cf98..bfb2625450a0b901b5ea623b53bae1f31c6e63f5 100644 (file)
@@ -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