.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: migration_2to3 .. class:: alert alert-info pull-top .. contents:: *Module:* `migration_2to3.py `_ API ===================================================================================================== No description. *Imports:* ------------ - `os `_ - `subprocess `_ - `PyQt4.QtCore.QThread `_ - `__future__.absolute_import `_ - `ninja_ide.core.file_handling.file_manager `_ - `ninja_ide.core.settings `_ - `__future__.unicode_literals `_ *Class:* `MigrationTo3(QThread) `_ ---------------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class MigrationTo3(QThread): No description. *Attributes* ~~~~~~~~~~~~~~ - `_editor [at ln:33] `_ - `_path [at ln:34] `_ - `checker_icon [at ln:43] `_ - `checks [at ln:35] `_ *Function:* `__init__(editor) [at ln:31] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(editor): No description. ---- *Function:* `run() [at ln:50] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def run(): No description. ---- *Function:* `run_checks() [at ln:45] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def run_checks(): No description.