Rename DiskDevice class to Image
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 26 Mar 2013 16:16:30 +0000 (18:16 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 26 Mar 2013 16:28:02 +0000 (18:28 +0200)
commitf5174d2c356ba6197877b36d04c2dc175d66c7a3
treed2acb3d6937e71316826bde2e6bf7f41e2de2ea1
parentd3f3bfbfbe2a3cc4a39ea3bda97fcdd3887995b1
Rename DiskDevice class to Image

Rename DiskDevice class to Image and move it to a seperate module.
Also, don't let the user access the os_type/* modules directly. In
Image class create the `os' member variable that will host an
appropriate instance of one of the OSBase classes.
image_creator/dialog_main.py
image_creator/dialog_menu.py
image_creator/dialog_util.py
image_creator/dialog_wizard.py
image_creator/disk.py
image_creator/image.py [new file with mode: 0644]
image_creator/main.py