Created
August 3, 2010 21:25
-
-
Save gthomas/507179 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "providers/tests.py", line 21, in <module> | |
from providers.usps import USPSProvider | |
File "providers/../providers/usps.py", line 7, in <module> | |
from usps.api.ratecalculator import DomesticRateCalculator, InternationalRateCalculator | |
ImportError: No module named api.ratecalculator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment