On Mittwoch 12 Januar 2011, Ralf Habacker wrote:
> this is not true  - in files below the portage subdir there
> are class  instantiation like shown below:
> 
> class Package(CMakePackageBase):
>      def __init__( self ):
>          self.subinfo = subinfo()
>          CMakePackageBase.__init__( self )
> 
> self.subinfo is present before EmergeBase has been
> instantiated.
> 
> Ralf

you are right - I just got this suspicion and was going
to check but you were faster. Sorry for the noise.

I cannot say I really like this - better IMHO would be
for EmergeBase:

def __init__(self, subinfo=None)
   self.subinfo = subinfo

-- 
Wolfgang
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to