[go: up one dir, main page]

Menu

Commit [r486]  Maximize  Restore  History

Changed project structure after moving mcomixstarter.py out of mcomix package.

Having the init script in the project package lead to tons of pain over
time, such as import errors from sub-packages, hard to track double
imports of packages with different namespace, and circular imports
trying to import a package with two different names. So, the script that
bootstraps MComix is not located outside of the mcomix package. This
should not impact users much - normally, they should use the wrapper
provided by setup.py.

If you are a package maintainer, and symlinked e.g. /usr/bin/mcomix to
mcomix/mcomixstarter.py in the past, please use the wrapper generated
by setup.py now instead. mcomix/run.py can NOT be started directly with
the Python interpreter (I removed +x from its attributes and added an
explicit call to sys.exit).

oddegamra 2011-11-01

1 2 3 > >> (Page 1 of 3)
changed /ChangeLog
changed /MANIFEST.in
changed /README
changed /mcomix/about_dialog.py
changed /mcomix/archive_extractor.py
changed /mcomix/archive_packer.py
changed /mcomix/archive_tools.py
changed /mcomix/bookmark_backend.py
changed /mcomix/bookmark_dialog.py
changed /mcomix/bookmark_menu.py
changed /mcomix/callback.py
changed /mcomix/clipboard.py
changed /mcomix/comment_dialog.py
changed /mcomix/constants.py
changed /mcomix/cursor_handler.py
changed /mcomix/dialog_handler.py
changed /mcomix/edit_dialog.py
changed /mcomix/edit_image_area.py
changed /mcomix/enhance_backend.py
changed /mcomix/enhance_dialog.py
changed /mcomix/event.py
changed /mcomix/file_chooser_base_dialog.py
changed /mcomix/file_chooser_library_dialog.py
changed /mcomix/file_chooser_main_dialog.py
changed /mcomix/file_chooser_simple_dialog.py
1 2 3 > >> (Page 1 of 3)