Modified Python3 template iaw.Black formatting rules. eric7 release-10.1.2

Wed, 26 Oct 2022 09:29:22 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 26 Oct 2022 09:29:22 +0200
branch
eric7
changeset 55
40212271d664
parent 54
379197ac731f
child 56
aa8647c5c19a

Modified Python3 template iaw.Black formatting rules.

ChangeLog file | annotate | diff | comparison | revisions
PluginWizardDataUriEncoder.py file | annotate | diff | comparison | revisions
PluginWizardDataUriEncoder.zip file | annotate | diff | comparison | revisions
WizardDataUriEncoder/DataUriEncoderWizardDialog.py file | annotate | diff | comparison | revisions
--- a/ChangeLog	Tue Oct 25 11:02:36 2022 +0200
+++ b/ChangeLog	Wed Oct 26 09:29:22 2022 +0200
@@ -1,9 +1,12 @@
 ChangeLog
 ---------
-Version 10.1.1
+Version 10.1.2:
+- modified Python3 template iaw.Black formatting rules
+
+Version 10.1.1:
 - bug fixes
 
-Version 10.1.0
+Version 10.1.0:
 - adapted the import statements to the new structure
 
 Version 10.0.0:
--- a/PluginWizardDataUriEncoder.py	Tue Oct 25 11:02:36 2022 +0200
+++ b/PluginWizardDataUriEncoder.py	Wed Oct 26 09:29:22 2022 +0200
@@ -21,7 +21,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.1.1"
+version = "10.1.2"
 className = "WizardDataUriEncoderPlugin"
 packageName = "WizardDataUriEncoder"
 shortDescription = "Wizard for the creation of code for a base64 data URI."
Binary file PluginWizardDataUriEncoder.zip has changed
--- a/WizardDataUriEncoder/DataUriEncoderWizardDialog.py	Tue Oct 25 11:02:36 2022 +0200
+++ b/WizardDataUriEncoder/DataUriEncoderWizardDialog.py	Wed Oct 26 09:29:22 2022 +0200
@@ -35,8 +35,8 @@
             "from io import BytesIO",
             "",
             "#metadata",
-            "__author__ = '{0}'",
-            "__date__ = '{1}'",
+            '__author__ = "{0}"',
+            '__date__ = "{1}"',
             "",
             "",
             "embedded_file = BytesIO(b64decode(",

eric ide

mercurial