[gedit-plugins/wip/python3] Added missing newline



commit 1048daa5e716d0b05005adf3bcb039c303948cbc
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Fri Nov 9 10:19:11 2012 +0100

    Added missing newline

 plugins/commander/commander/commands/metamodule.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/commander/commander/commands/metamodule.py b/plugins/commander/commander/commands/metamodule.py
index cf1e742..f77d58d 100644
--- a/plugins/commander/commander/commands/metamodule.py
+++ b/plugins/commander/commander/commands/metamodule.py
@@ -18,6 +18,7 @@
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor,
 #  Boston, MA 02110-1301, USA.
+
 class MetaModule(object):
     def __init__(self, mod):
         object.__setattr__(self, '_mod', mod)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]