We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72be6a5 commit 386cacdCopy full SHA for 386cacd
authorizenet/utility.py
@@ -8,7 +8,7 @@
8
from ConfigParser import SafeConfigParser
9
from ConfigParser import NoSectionError
10
except ImportError:
11
- from configparser import SafeConfigParser
+ from configparser import ConfigParser as SafeConfigParser
12
from configparser import NoSectionError
13
14
import os
tests/apitestbase.py
@@ -13,7 +13,7 @@
try:
15
16
17
18
from authorizenet import apicontractsv1, apicontrollersbase
19
from authorizenet.utility import *
0 commit comments