Shortened lines to adhere to the 79 character limit. release-1.1.0

Sun, 13 Oct 2013 18:09:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Oct 2013 18:09:10 +0200
changeset 4
a27bb7a06650
parent 3
551bd94613ac
child 5
d4b748c8d6e2

Shortened lines to adhere to the 79 character limit.

Documentation/source/index-Plugin_Apis.html file | annotate | diff | comparison | revisions
Documentation/source/index.html file | annotate | diff | comparison | revisions
PluginApis.py file | annotate | diff | comparison | revisions
PluginApis.zip file | annotate | diff | comparison | revisions
__init__.py file | annotate | diff | comparison | revisions
--- a/Documentation/source/index-Plugin_Apis.html	Sun Sep 29 16:03:40 2013 +0200
+++ b/Documentation/source/index-Plugin_Apis.html	Sun Oct 13 18:09:10 2013 +0200
@@ -20,7 +20,9 @@
 </head>
 <body>
 <h1>Plugin_Apis</h1>
-
+<p>
+Package implementing the APIs plugin providing extra API files.
+</p>
 
 
 <h3>Modules</h3>
--- a/Documentation/source/index.html	Sun Sep 29 16:03:40 2013 +0200
+++ b/Documentation/source/index.html	Sun Oct 13 18:09:10 2013 +0200
@@ -26,7 +26,7 @@
 <table>
 <tr>
 <td><a href="index-Plugin_Apis.html">Plugin_Apis</a></td>
-<td></td>
+<td>Package implementing the APIs plugin providing extra API files.</td>
 </tr>
 </table>
 
--- a/PluginApis.py	Sun Sep 29 16:03:40 2013 +0200
+++ b/PluginApis.py	Sun Oct 13 18:09:10 2013 +0200
@@ -23,8 +23,8 @@
 className = "PluginApis"
 packageName = "APIs"
 shortDescription = "API files for auto-completion and call tips."
-longDescription = """This plug-in provides API files for auto-completion and""" \
-    """ call tips that are often missing from distribution packages."""
+longDescription = """This plug-in provides API files for auto-completion""" \
+    """ and call tips that are often missing from distribution packages."""
 needsRestart = False
 pyqtApi = 2
 # End-of-Header
Binary file PluginApis.zip has changed
--- a/__init__.py	Sun Sep 29 16:03:40 2013 +0200
+++ b/__init__.py	Sun Oct 13 18:09:10 2013 +0200
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2013 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Package implementing the APIs plugin providing extra API files.
+"""

eric ide

mercurial