diff options
Diffstat (limited to 'bindings/php5/wrapper_source.py')
| -rw-r--r-- | bindings/php5/wrapper_source.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/php5/wrapper_source.py b/bindings/php5/wrapper_source.py index 8279d3db..319b9671 100644 --- a/bindings/php5/wrapper_source.py +++ b/bindings/php5/wrapper_source.py @@ -29,7 +29,7 @@ class WrapperSource: self.binding_data = binding_data self.fd = fd self.functions_list = [] - self.src_dir = os.path.dirname(__file__) + self.src_dir = os.path.dirname(__file__) def is_object(self, t): return t not in ['char*', 'const char*', 'gchar*', 'const gchar*', 'GList*', 'GHashTable*', |
