summaryrefslogtreecommitdiff
path: root/giscanner/dumper.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/dumper.py')
-rw-r--r--giscanner/dumper.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index 45dcc25f..c85ae807 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -88,7 +88,6 @@ class DumpCompiler(object):
self._packages.append('gobject-introspection-1.0')
# Public API
-
def run(self):
c_path = self._generate_tempfile('.c')
f = open(c_path, 'w')
@@ -113,7 +112,6 @@ class DumpCompiler(object):
return IntrospectionBinary([bin_path], self._tmpdir)
# Private API
-
def _generate_tempfile(self, suffix=''):
tmpl = '%s-%s%s' % (self._options.namespace_name,
self._options.namespace_version, suffix)