diff options
author | monsta <[email protected]> | 2016-12-13 11:27:19 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-13 11:27:19 +0300 |
commit | b4ddcc1d1f7635d19db4b015a54b45dca63e2c88 (patch) | |
tree | 97697bcc3131c21603cfda03a65fa3d22ef7b801 /python/demo.py | |
parent | bfa1740cce3269373d055b5fb9f5f6867d63d0cb (diff) | |
download | libmateweather-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.py | 7 |
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() |