move takeout location from private package

This commit is contained in:
Dima Gerasimov 2019-12-22 16:06:48 +00:00
parent 1271fe5054
commit 89efa11a28
6 changed files with 2 additions and 3 deletions

1
my/location/__init__.py Symbolic link
View file

@ -0,0 +1 @@
takeout.py

View file

@ -16,7 +16,7 @@ from kython import kompress
from cachew import cachew, mtime_hash from cachew import cachew, mtime_hash
# pipe install geopy # pip3 install geopy
import geopy # type: ignore import geopy # type: ignore
import geopy.distance # type: ignore import geopy.distance # type: ignore
# pip3 install ijson # pip3 install ijson

View file

@ -1,2 +0,0 @@
geopy
ijson