summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-09 19:27:10 +0000
committerMike Fulbright <msf@redhat.com>2002-05-09 19:27:10 +0000
commit1be5362961a35bd64422f0513dfe9b99f4f74683 (patch)
treeb6cf870b74b5efb87f62cecbe7f892fccc9eff9d /scripts
parent80dd5851d88f7d1cf4079c7d71df22f9b0f3f4cb (diff)
downloadanaconda-1be5362961a35bd64422f0513dfe9b99f4f74683.tar.gz
anaconda-1be5362961a35bd64422f0513dfe9b99f4f74683.tar.xz
anaconda-1be5362961a35bd64422f0513dfe9b99f4f74683.zip
fix for bugzilla 64092
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-repository.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/check-repository.py b/scripts/check-repository.py
index ddbc0277a..4d3b76004 100755
--- a/scripts/check-repository.py
+++ b/scripts/check-repository.py
@@ -35,8 +35,6 @@ from comps import ComponentSet, HeaderList
import os
import rpm
-import todo
-
FILENAME = 1000000
class CheckRepository: