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
13
13
doc_src /_sources /*
14
14
doc_src /_static /*
15
15
doc_src /* .html
16
- doc_src /_build /*
16
+ doc_src /_build /*
Original file line number Diff line number Diff line change 4
4
"""
5
5
import os
6
6
import sys
7
+
7
8
# Use the fedex directory included in the downloaded package instead of
8
9
# any globally installed versions.
9
10
sys .path .insert (0 , os .path .dirname (os .path .dirname (os .path .abspath (__file__ ))))
12
13
13
14
# Change these values to match your testing account/meter number.
14
15
CONFIG_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 )
20
21
21
22
# Change this to whoever should be the contact person for shipments.
22
23
SHIPPER_CONTACT_INFO = {
You can’t perform that action at this time.
0 commit comments