From 9dcc37b8dc4a11eec94da1bccd19400298c032c0 Mon Sep 17 00:00:00 2001 From: Zbigniew Siciarz Date: Wed, 6 Mar 2013 16:31:06 +0100 Subject: [PATCH] Requesting permission to come aboard. --- zsiciarz.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsiciarz.py diff --git a/zsiciarz.py b/zsiciarz.py new file mode 100644 index 0000000..5bbf243 --- /dev/null +++ b/zsiciarz.py @@ -0,0 +1,3 @@ +import webbrowser + +webbrowser.open('http://siciarz.net')