gobject-introspection r774 - trunk/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r774 - trunk/giscanner
- Date: Tue, 21 Oct 2008 17:28:16 +0000 (UTC)
Author: johan
Date: Tue Oct 21 17:28:16 2008
New Revision: 774
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=774&view=rev
Log:
Add missing whitespace to make pep8 happy
Modified:
trunk/giscanner/giscannermodule.c
trunk/giscanner/libtoolimporter.py
trunk/giscanner/scannerlexer.l
Modified: trunk/giscanner/giscannermodule.c
==============================================================================
--- trunk/giscanner/giscannermodule.c (original)
+++ trunk/giscanner/giscannermodule.c Tue Oct 21 17:28:16 2008
@@ -33,6 +33,8 @@
#include <windows.h>
#endif
+DL_EXPORT(void) init_giscanner(void);
+
#define NEW_CLASS(ctype, name, cname) \
static const PyMethodDef _Py##cname##_methods[]; \
PyTypeObject Py##cname##_Type = { \
Modified: trunk/giscanner/libtoolimporter.py
==============================================================================
--- trunk/giscanner/libtoolimporter.py (original)
+++ trunk/giscanner/libtoolimporter.py Tue Oct 21 17:28:16 2008
@@ -26,6 +26,7 @@
class LibToolImporter(object):
+
def __init__(self, name, path):
self.name = name
self.path = path
@@ -44,8 +45,10 @@
('.so', 'rb', 3))
return mod
+
def install_libtoolimporter():
sys.meta_path.append(LibToolImporter)
+
def uninstall_libtoolimporter():
sys.meta_path.remove(LibToolImporter)
Modified: trunk/giscanner/scannerlexer.l
==============================================================================
--- trunk/giscanner/scannerlexer.l (original)
+++ trunk/giscanner/scannerlexer.l Tue Oct 21 17:28:16 2008
@@ -1,5 +1,5 @@
/* -*- Mode: C -*-
-/* GObject introspection: C lexer
+ * GObject introspection: C lexer
*
* Copyright (c) 1997 Sandro Sigala <ssigala globalnet it>
* Copyright (c) 2007-2008 JÃrg Billeter <j bitron ch>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]