Actually what it says is:
NOTE: for older versions (prior to 1.3.x), try changing the line:
Code:
class usps extends base {
to read:
Code:
class usps {
That should work on any version that cannot use the extends base on the module ...