[Yum-devel] [PATCH] Import sys for sys.hexversion check, BZ 528233

James Antill james at and.org
Sat Oct 10 14:15:37 UTC 2009


---
 yum/config.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/yum/config.py b/yum/config.py
index ae294d3..248d84b 100644
--- a/yum/config.py
+++ b/yum/config.py
@@ -21,6 +21,7 @@ Configuration parser and default values for yum.
 _use_iniparse = True
 
 import os
+import sys
 import warnings
 import rpm
 import copy
-- 
1.6.2.5



More information about the Yum-devel mailing list