Code Cleanup
authorNikos Skalkotos <skalkoto@grnet.gr>
Mon, 10 Jun 2013 07:33:35 +0000 (10:33 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 11 Jun 2013 14:41:32 +0000 (17:41 +0300)
commit121f3bc0cf7fc8591c01e21dc686e07c685ef23a
tree63a1cdd7f317f8901deba60b1e4d6b55d5e40df0
parent71b0ab283eeef37c3d3ecd98fbafa6eaa50b58d8
Code Cleanup

 * Prefix all private methods with _
 * Write missing docstrings
 * Move all public methods above the private ones
 * Add module docstrings where missing
 * Define source code encodings on all modules
28 files changed:
image_creator/__init__.py
image_creator/bundle_volume.py
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/gpt.py
image_creator/help/__init__.py
image_creator/image.py
image_creator/kamaki_wrapper.py
image_creator/main.py
image_creator/os_type/__init__.py
image_creator/os_type/freebsd.py
image_creator/os_type/hurd.py
image_creator/os_type/linux.py
image_creator/os_type/netbsd.py
image_creator/os_type/slackware.py
image_creator/os_type/ubuntu.py
image_creator/os_type/unix.py
image_creator/os_type/windows.py
image_creator/output/__init__.py
image_creator/output/cli.py
image_creator/output/composite.py
image_creator/output/dialog.py
image_creator/rsync.py
image_creator/util.py
setup.py