createrepo/__init__.py

[email protected] Thu, 7 Oct 2010 20:44:04 +0000 (UTC)
Newsgroups gmane.linux.rpm.metadata
Message-ID <[email protected]>
 createrepo/__init__.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3d798747d7f5e9544762ef7a95ab1489d210c36c
Author: Seth Vidal <[email protected]>
Date:   Thu Oct 7 16:43:48 2010 -0400

    remove libxml2 import from __init__.py :)

diff --git a/createrepo/__init__.py b/createrepo/__init__.py
index 13dc115..5920ca1 100644
--- a/createrepo/__init__.py
+++ b/createrepo/__init__.py
@@ -16,7 +16,6 @@
 
 import os
 import sys
-import libxml2
 import fnmatch
 import time
 import yumbased