summaryrefslogtreecommitdiff
path: root/python/demo.py
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-13 11:27:19 +0300
committermonsta <[email protected]>2016-12-13 11:27:19 +0300
commitb4ddcc1d1f7635d19db4b015a54b45dca63e2c88 (patch)
tree97697bcc3131c21603cfda03a65fa3d22ef7b801 /python/demo.py
parentbfa1740cce3269373d055b5fb9f5f6867d63d0cb (diff)
downloadlibmateweather-b4ddcc1d1f7635d19db4b015a54b45dca63e2c88.tar.bz2
libmateweather-b4ddcc1d1f7635d19db4b015a54b45dca63e2c88.tar.xz
drop Python bindings and --enable-python build option
it requires PyGTK so won't even build with GTK+3
Diffstat (limited to 'python/demo.py')
-rw-r--r--python/demo.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/demo.py b/python/demo.py
deleted file mode 100644
index 4ecb0f1..0000000
--- a/python/demo.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from mateweather.I_KNOW_THIS_IS_UNSTABLE import mateweather
-
-for loc in mateweather.location_new_world(False).get_children():
- print loc.get_name()
- for zone in loc.get_timezones():
- if zone.get_name() is not None:
- print " %s" % zone.get_name()