Skip to content

Commit 23b7352

Browse files
authored
Update apicontrollersbase.py
fix pip 10 bug
1 parent 8eec6ea commit 23b7352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authorizenet/apicontrollersbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pyxb
99
import sys
1010
import xml.dom.minidom
11-
from pip._vendor import requests
11+
import requests
1212
from lxml import objectify
1313

1414
from authorizenet.constants import constants

0 commit comments

Comments
 (0)