Sun, 14 Feb 2010 14:09:11 +0000
Corrected py3flakes warnings.
--- a/AssistantEric/Assistant.py Sun Jan 17 20:17:54 2010 +0000 +++ b/AssistantEric/Assistant.py Sun Feb 14 14:09:11 2010 +0000 @@ -9,7 +9,6 @@ """ from PyQt4.QtCore import * -from PyQt4.Qsci import QsciScintilla from E5Gui.E5Application import e5App
--- a/PluginAssistantEric.py Sun Jan 17 20:17:54 2010 +0000 +++ b/PluginAssistantEric.py Sun Feb 14 14:09:11 2010 +0000 @@ -7,10 +7,9 @@ Module implementing the Eric assistant plugin. """ -import sys import os -from PyQt4.QtCore import QObject, SIGNAL, QTranslator +from PyQt4.QtCore import QObject, QTranslator from PyQt4.QtGui import QApplication from E5Gui.E5Application import e5App @@ -226,4 +225,3 @@ Public method to prepare for an uninstallation. """ Preferences.Prefs.settings.remove("AssistantEric") - \ No newline at end of file
--- a/PluginEricAssistant.e4p Sun Jan 17 20:17:54 2010 +0000 +++ b/PluginEricAssistant.e4p Sun Feb 14 14:09:11 2010 +0000 @@ -3,7 +3,7 @@ <!-- eric5 project file for project PluginEricAssistant --> <Project version="4.6"> <Language>en</Language> - <ProgLanguage mixed="0">Python</ProgLanguage> + <ProgLanguage mixed="0">Python3</ProgLanguage> <ProjectType>E4Plugin</ProjectType> <Description>Plugin implementing an alternative autocompletion and calltips provider.</Description> <Version>2.0.0</Version> @@ -159,8 +159,8 @@ <FiletypeAssociation pattern="*.idl" type="INTERFACES" /> <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" /> <FiletypeAssociation pattern="*.ptl" type="SOURCES" /> + <FiletypeAssociation pattern="*.pyw" type="SOURCES" /> <FiletypeAssociation pattern="Ui_*" type="__IGNORE__" /> - <FiletypeAssociation pattern="*.pyw" type="SOURCES" /> <FiletypeAssociation pattern="*.ui.h" type="FORMS" /> <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" /> <FiletypeAssociation pattern="*.py" type="SOURCES" />