Skip to content

Commit a81fba9

Browse files
author
brianmc
committed
Added exception handling for property file missing
1 parent 328f16f commit a81fba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

authorizenet/utility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
'''
66

77
from ConfigParser import SafeConfigParser
8+
from ConfigParser import NoSectionError
89
'''import ConfigParser'''
910
import os
1011
'''import logging'''

0 commit comments

Comments
 (0)