Skip to content

Commit

Permalink
Clarify import
Browse files Browse the repository at this point in the history
Otherwise getting "No module named 'process_connect_string'"
  • Loading branch information
jbxr authored Jan 31, 2018
1 parent 987632e commit 491769e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adodbapi/adodbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
import decimal
import os

import process_connect_string
import ado_consts as adc
import apibase as api
from . import process_connect_string
from . import ado_consts as adc
from . import apibase as api

try:
verbose = int(os.environ['ADODBAPI_VERBOSE'])
Expand Down

0 comments on commit 491769e

Please sign in to comment.