typo
authorAndrew Gaffney <agaffney@gentoo.org>
Tue, 13 Jan 2009 13:22:11 +0000 (07:22 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Tue, 13 Jan 2009 13:22:11 +0000 (07:22 -0600)
modules/catalyst/util.py

index e949d45b1c125f5d8c00f0e7d0de63f1fb984c08..0274d1a7af6cbbfc7665677aedcafc3f12230be0 100644 (file)
@@ -167,7 +167,7 @@ def read_makeconf(mymakeconffile):
                        except ImportError:
                                try:
                                        import portage.util
-                                       return portage.util.genconfig(mymakeconffile, tolerant=1, allow_sourcing=True)
+                                       return portage.util.getconfig(mymakeconffile, tolerant=1, allow_sourcing=True)
                                except:
                                        try:
                                                import portage_util