Skip to content

Commit

Permalink
functionality of openPage
Browse files Browse the repository at this point in the history
  • Loading branch information
jyr committed Jan 6, 2011
1 parent 0b935b3 commit 3c063d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions memp.app/Contents/Resources/MEMPController.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def stopServers_(self, sender):

@objc.IBAction
def openPage_(self, sender):
urlMEMP = NSURL.URLWithString_("http://localhost")
workspace = NSWorkspace.sharedWorkspace().openURL_(urlMEMP)
print "opan memp page"

@objc.IBAction
Expand Down
Binary file modified memp.app/Contents/Resources/MEMPController.pyc
Binary file not shown.

0 comments on commit 3c063d6

Please sign in to comment.