Commit graph

18 commits

Author SHA1 Message Date
Gavin D'souza
3446026555 chore: Update header: license.txt => LICENSE
The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
2021-09-03 12:02:59 +05:30
Gavin D'souza
e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
Mathieu Brunot
90875ef21c
Update frappe/geo/utils.py
Co-authored-by: Prssanna Desai <prssud@gmail.com>
2020-11-26 02:26:57 +01:00
mathieu.brunot
007e59184d
chore: Fix sider issues
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-10-24 03:03:16 +02:00
mathieu.brunot
3c181bf2a2
Replace spaces by tabs
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-10-07 18:57:01 +02:00
Mathieu Brunot
ad313cf549
chore: Apply suggestions from code review
Co-authored-by: Prssanna Desai <prssud@gmail.com>
2020-10-07 18:12:03 +02:00
Mathieu Brunot
a22347d806
chore: Apply suggestions from code review
Co-authored-by: Prssanna Desai <prssud@gmail.com>
2020-10-07 18:10:18 +02:00
Emil
80857f6c90
Add tests
Signed-off-by: Emil <amionv99@gmail.com>
2020-08-14 14:52:57 +03:00
mathieu.brunot
e9b3085c6a
🎨 Split Geo Utils into specific functions
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-08-12 17:19:35 +02:00
AminovE99
60153cb857
🚚 Rename function 2020-08-12 16:29:07 +03:00
AminovE99
be76942394
🔥 Remove debug print 2020-08-12 12:57:08 +03:00
AminovE99
32546694b7
📝 Update description
Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
2020-08-11 17:50:55 +03:00
AminovE99
f27eee1ce6
🐛 Only location or latitude and longitude 2020-08-11 17:30:36 +03:00
AminovE99
325d0e32c1
🎨 Changes from new requirements (python) 2020-08-11 17:20:03 +03:00
AminovE99
d4dd7e097a
🎨 Apply suggestions from code review
Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
2020-08-11 14:13:08 +03:00
AminovE99
6022ef74c8
Add Location type 2020-08-10 16:36:53 +03:00
AminovE99
da9c362a02
♻️ Review myself 2020-08-05 17:08:07 +03:00
Emil
218749e401
Add Map View 2020-08-05 16:20:17 +03:00