Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
76a1d7e5
Commit
76a1d7e5
authored
May 10, 2011
by
JINMEI Tatuya
Browse files
[trac915] Merge commit '
ee537463
' into trac915
parents
82ead9ea
ee537463
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/python/mkpywrapper.py.in
View file @
76a1d7e5
...
...
@@ -70,7 +70,7 @@ def dump_wrappers(class_name, output, module):
if output == "-":
impl_file = sys.stdout
else:
impl_file = open(
class_name.lower()
+ "_python.cc", "w")
impl_file = open(
output
+ "_python.cc", "w")
impl_template_file = open("wrapper_template.cc", "r")
except:
sys.stderr.write('Failed to open C++ file(s)\n')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment