Created
June 13, 2013 20:15
-
-
Save hub-cap/5776961 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| guest API: | |
| def shit_just_got_wierd(self, revert_options): | |
| self.impl.shit_just_got_wierd(revert_options) | |
| guest IMPL: | |
| def shit_just_got_wierd(self, revert_options): | |
| self.update_config_file(revert_options['memory']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment