Entropy/Misc/rssFeed:
- fix module import issue git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3147 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -311,7 +311,6 @@ class EntropyGeoIP:
|
||||
|
||||
class rssFeed:
|
||||
|
||||
import entropy.tools as entropyTools
|
||||
def __init__(self, filename, title, description, maxentries = 100):
|
||||
|
||||
self.__feed_title = title
|
||||
@@ -330,6 +329,8 @@ class rssFeed:
|
||||
self.__maxentries = maxentries
|
||||
from xml.dom import minidom
|
||||
self.minidom = minidom
|
||||
import entropy.tools as entropyTools
|
||||
self.entropyTools = entropyTools
|
||||
|
||||
# sanity check
|
||||
broken = False
|
||||
|
||||
Reference in New Issue
Block a user