Fix broken references to the old elog_modules namespace.
authorZac Medico <zmedico@gentoo.org>
Sun, 20 Jul 2008 22:30:04 +0000 (22:30 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 20 Jul 2008 22:30:04 +0000 (22:30 -0000)
svn path=/main/trunk/; revision=11150

pym/portage/elog/mod_custom.py

index 09d981a0c05d85fa9946bd9d2047a8d1d9b9f2b3..0bcd42a95cbe14769b2bd8e45b39cf1808f14055 100644 (file)
@@ -3,10 +3,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-import portage.elog_modules.mod_save, portage.process, portage.exception
+import portage.elog.mod_save, portage.process, portage.exception
 
 def process(mysettings, key, logentries, fulltext):
-       elogfilename = portage.elog_modules.mod_save.process(mysettings, key, logentries, fulltext)
+       elogfilename = portage.elog.mod_save.process(mysettings, key, logentries, fulltext)
        
        if not mysettings.get("PORTAGE_ELOG_COMMAND"):
                raise portage.exception.MissingParameter("!!! Custom logging requested but PORTAGE_ELOG_COMMAND is not defined")