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.
Showing
- image_creator/dialog_main.py 9 additions, 17 deletionsimage_creator/dialog_main.py
- image_creator/dialog_menu.py 24 additions, 27 deletionsimage_creator/dialog_menu.py
- image_creator/dialog_util.py 7 additions, 9 deletionsimage_creator/dialog_util.py
- image_creator/dialog_wizard.py 11 additions, 14 deletionsimage_creator/dialog_wizard.py
- image_creator/disk.py 17 additions, 324 deletionsimage_creator/disk.py
- image_creator/image.py 372 additions, 0 deletionsimage_creator/image.py
- image_creator/main.py 24 additions, 29 deletionsimage_creator/main.py
Loading
Please register or sign in to comment