od_util can be used when od-database is a submodule

This commit is contained in:
Simon 2018-08-08 23:07:09 -04:00
parent 89e378ffd9
commit 88166054ad

View File

@ -5,7 +5,7 @@ import os
import validators
import re
from ftplib import FTP
import config
from . import config
import urllib3
urllib3.disable_warnings()