[openaddresses] script path alterations

This commit is contained in:
Al
2017-01-16 00:46:27 -05:00
parent 8624fb25de
commit 3565834d4e

View File

@@ -8,6 +8,10 @@ This script generates several training sets from OpenAddresses.
import argparse
import os
import sys
this_dir = os.path.realpath(os.path.dirname(__file__))
sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))
from geodata.openaddresses.formatter import OpenAddressesFormatter