Created
April 13, 2015 20:17
-
-
Save SteveGilham/0cd4617ad64f1b47dd51 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
from java import lang | |
class Backplane(lang.Object): | |
def performSetup(self, arg): | |
"@sig public void performSetup(java.lang.String arg)" | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment