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/bad__init__.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/bad__init__.py')
-rw-r--r-- | python/bad__init__.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/bad__init__.py b/python/bad__init__.py deleted file mode 100644 index 11a6970..0000000 --- a/python/bad__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -# The correct idiom is -# from mateweather.I_KNOW_THIS_IS_UNSTABLE import mateweather - -def location_new_world(use_regions): - raise ImportError("libmateweather should only be used if you understand that it's subject to change, and is not supported as a fixed API/ABI or as part of the platform") - -def location_entry_new(top): - raise ImportError("libmateweather should only be used if you understand that it's subject to change, and is not supported as a fixed API/ABI or as part of the platform") - -def timezone_menu_new(top): - raise ImportError("libmateweather should only be used if you understand that it's subject to change, and is not supported as a fixed API/ABI or as part of the platform") |