File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ doc_src/.doctrees
1313doc_src /_sources /*
1414doc_src /_static /*
1515doc_src /* .html
16- doc_src /_build /*
16+ doc_src /_build /*
Original file line number Diff line number Diff line change 44"""
55import os
66import sys
7+
78# Use the fedex directory included in the downloaded package instead of
89# any globally installed versions.
910sys .path .insert (0 , os .path .dirname (os .path .dirname (os .path .abspath (__file__ ))))
1213
1314# Change these values to match your testing account/meter number.
1415CONFIG_OBJ = FedexConfig (
15- key = 'xxxxxxxxxxxxxxxx' ,
16- password = 'xxxxxxxxxxxxxxxxxxxxxxxxx' ,
17- account_number = '#########' ,
18- meter_number = '#########' ,
19- use_test_server = True )
16+ key = 'xxxxxxxxxxxxxxxx' ,
17+ password = 'xxxxxxxxxxxxxxxxxxxxxxxxx' ,
18+ account_number = '#########' ,
19+ meter_number = '#########' ,
20+ use_test_server = True )
2021
2122# Change this to whoever should be the contact person for shipments.
2223SHIPPER_CONTACT_INFO = {
You can’t perform that action at this time.
0 commit comments