Skip to content

Commit 7411234

Browse files
committed
Adjust tools for new location
1 parent 432a8e9 commit 7411234

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tools/python/buildgeocodingdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import datetime
3232

3333
# Use the local code in preference to any pre-installed version
34-
sys.path.insert(0, '../python')
34+
sys.path.insert(0, '../../python')
3535

3636
from phonenumbers.util import prnt, rpr
3737

tools/python/buildmetadatafromxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from xml.etree import ElementTree as etree
4747

4848
# Use the local code in preference to any pre-installed version
49-
sys.path.insert(0, '../python')
49+
sys.path.insert(0, '../../python')
5050

5151
# Pull in the data structure definitions
5252
from phonenumbers.phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata

tools/python/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PYTHON=python
22
PACKAGE=phonenumbers
3-
TOPDIR=..
3+
TOPDIR=../..
44
PYDIR=$(TOPDIR)/python
55

66
all: alldata

0 commit comments

Comments
 (0)