home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2011 October
/
maximum-cd-2011-10.iso
/
DiscContents
/
digsby_setup.exe
/
lib
/
plugins
/
msim
/
myspacegui
/
editstatus.pyo
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2011-06-22
|
603 b
|
15 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.6)
import util
import gui.toolbox as gui
def get_new_status(callback = None):
res = gui.toolbox.GetTextFromUser(message = _('Your Status:'), caption = _('MySpace Status'))
if res is None:
callback.error()
callback.success(res)
get_new_status = util.callsback(get_new_status)