summaryrefslogtreecommitdiffstats
path: root/yum-fast-downloader.py
diff options
context:
space:
mode:
authorHedayat Vatankhah <hedayat.fwd@gmail.com>2013-01-25 12:46:41 +0330
committerHedayat Vatankhah <hedayat.fwd@gmail.com>2013-01-25 12:46:41 +0330
commit5c2bbe7cc0b5d32b5ad5b10020d40bab43c78e37 (patch)
treeca813b1b095b4cfe9ff0ceb9774b35f1d424470e /yum-fast-downloader.py
parentf835c99f4bffe6a843e65d6045f9ced03470767c (diff)
downloadyum-fast-downloader-5c2bbe7cc0b5d32b5ad5b10020d40bab43c78e37.tar.gz
yum-fast-downloader-5c2bbe7cc0b5d32b5ad5b10020d40bab43c78e37.tar.xz
yum-fast-downloader-5c2bbe7cc0b5d32b5ad5b10020d40bab43c78e37.zip
Import Errors class
Diffstat (limited to 'yum-fast-downloader.py')
-rw-r--r--yum-fast-downloader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yum-fast-downloader.py b/yum-fast-downloader.py
index c469dab..96c49ec 100644
--- a/yum-fast-downloader.py
+++ b/yum-fast-downloader.py
@@ -28,6 +28,7 @@ import shutil
import yum
from yum.plugins import TYPE_CORE
from yum.yumRepo import YumRepository
+from yum import Errors
from time import sleep
requires_api_version = '2.6'