pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
0 sec ago
Untitled
1 sec ago
Untitled
1 sec ago
Untitled
7 sec ago
Untitled
7 sec ago
Python multiprocessing:...
10 sec ago
Untitled
13 sec ago
Untitled
13 sec ago
Layout Width
Share Pastebin
MulX
By: a guest | Sep 1st, 2008 | Syntax:
Python
| Size: 0.15 KB | Hits: 199 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
try
:
if
(
versions
[
0
]
==
"Network is unavailable"
)
:
self
.
onglets
.
list_apps
.
Enable
(
False
)
self
.
onglets
.
imagesapps
.
RemoveAll
(
)
except
:
pass
create new paste
|
create new version of this paste
RAW Paste Data
try : if(versions[0] == "Network is unavailable"): self.onglets.list_apps.Enable(False) self.onglets.imagesapps.RemoveAll() except : @@ pass