[PATCH 03/11] Add PartitionFactory class so partitions don't need a separate code path.

Chris Lumens clumens at redhat.com
Fri Aug 17 14:39:39 UTC 2012


> @@ -2991,20 +2967,25 @@ def parseFSTab(devicetree, chroot=None):
>  
>  class DeviceFactory(object):

Just a general future organizational suggestion here.  I think
storage/__init__.py needs to go on a diet.  Factories are a new thing
that could pretty easily get moved into, say, storage/factories.py.

Not that I think you need to do this now.  It just sounds like good TODO
list fodder.

- Chris


More information about the anaconda-patches mailing list