Make os_type list_sysprep method return 1 list
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 20 Jun 2012 12:17:01 +0000 (15:17 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 20 Jun 2012 12:17:01 +0000 (15:17 +0300)
commit2e50092b2437913561a37c646e622630d3dd9d12
tree0ddbc5b33e309b509b5b488386b9a06a98766469
parent3251a62cdb270714c6b25286e77c7e48f3a43e5e
Make os_type list_sysprep method return 1 list

The method used to return 2 lists of enabled and disabled sysprep
object. Since sysprep objs contail an `enabled' attribute, it is easy
to determine which of those are enabled and which are not. There is
no need to return 2 seperate lists.
image_creator/os_type/__init__.py