Merge lp:~bregma/libgrip/lp-861599 into lp:libgrip

Proposed by Stephen M. Webb
Status: Merged
Merged at revision: 65
Proposed branch: lp:~bregma/libgrip/lp-861599
Merge into: lp:libgrip
Diff against target: 11 lines (+1/-1)
1 file modified
bindings/python/Grip.py (+1/-1)
To merge this branch: bzr merge lp:~bregma/libgrip/lp-861599
Reviewer Review Type Date Requested Status
Chase Douglas (community) Approve
Review via email: mp+79827@code.launchpad.net

Description of the change

Tweaks the Python introspection bindings so they work once again.

Fixes lp:861599. requires the fix for lp:861596 before it can be verified.

To post a comment you must log in.
Revision history for this message
Chase Douglas (chasedouglas) wrote :

I don't really know if this is correct, but it's a one character change so I'll assume you know what you're doing :).

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bindings/python/Grip.py'
--- bindings/python/Grip.py 2011-01-24 18:50:54 +0000
+++ bindings/python/Grip.py 2011-10-19 14:31:06 +0000
@@ -26,7 +26,7 @@
26from ..overrides import override26from ..overrides import override
27from ..importer import modules27from ..importer import modules
2828
29Grip = modules['Grip'].introspection_module29Grip = modules['Grip']._introspection_module
3030
31__all__ = []31__all__ = []
3232

Subscribers

People subscribed via source and target branches