From b4ddcc1d1f7635d19db4b015a54b45dca63e2c88 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 13 Dec 2016 11:27:19 +0300 Subject: drop Python bindings and --enable-python build option it requires PyGTK so won't even build with GTK+3 --- python/demo.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 python/demo.py (limited to 'python/demo.py') 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() -- cgit v1.2.1