Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace '::' with '__' in classes that consume PythonParent role #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drforr
Copy link

@drforr drforr commented Mar 12, 2017

Not sure if replacing :: with __ is the right thing to do on the Python side, also it might be useful to factor out a p6_to_py_class_name method. But at the moment it's a single line, so there's not much to refactor.

@niner
Copy link
Owner

niner commented Mar 12, 2017

Python's namespace separator is the period, so I guess we should rather translate Gtk::App to Gtk.App

@drforr
Copy link
Author

drforr commented Mar 12, 2017

No problem, I just wanted to make sure the PR got out there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants