[yum-commits] Branch 'yum-3_2_X' - yum/config.py
James Antill
james at osuosl.org
Mon Oct 12 05:28:31 UTC 2009
yum/config.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 14b747b90d6e70d8a5344135e0f257414bede47b
Author: James Antill <james at and.org>
Date: Sat Oct 10 10:15:33 2009 -0400
Import sys for sys.hexversion check, BZ 528233
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
More information about the Yum-commits
mailing list