home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2000 July
/
CD 3
/
redhat-6.2.iso
/
RedHat
/
instimage
/
usr
/
lib
/
python1.5
/
site-packages
/
gnome
/
url.py
< 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 Source
|
2000-02-16
|
189 b
|
10 lines
import _gnome, gnome
if not gnome.gnomelib_init_called:
_gnome.gnomelib_init(gnome.app_id, gnome.app_version)
gnome.gnomelib_init_called = 1
def show(url):
_gnome.gnome_url_show(url)