Skip to content

Commit

Permalink
pep-8 pass
Browse files Browse the repository at this point in the history
  • Loading branch information
radzhome committed Jan 31, 2016
1 parent dd7874f commit 20c59b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ doc_src/.doctrees
doc_src/_sources/*
doc_src/_static/*
doc_src/*.html
doc_src/_build/*
doc_src/_build/*
11 changes: 6 additions & 5 deletions label_certification/cert_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"""
import os
import sys

# Use the fedex directory included in the downloaded package instead of
# any globally installed versions.
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
Expand All @@ -12,11 +13,11 @@

# Change these values to match your testing account/meter number.
CONFIG_OBJ = FedexConfig(
key='xxxxxxxxxxxxxxxx',
password='xxxxxxxxxxxxxxxxxxxxxxxxx',
account_number='#########',
meter_number='#########',
use_test_server=True)
key='xxxxxxxxxxxxxxxx',
password='xxxxxxxxxxxxxxxxxxxxxxxxx',
account_number='#########',
meter_number='#########',
use_test_server=True)

# Change this to whoever should be the contact person for shipments.
SHIPPER_CONTACT_INFO = {
Expand Down

0 comments on commit 20c59b8

Please sign in to comment.