Ticket #22 (new defect)

Opened 2 years ago

Last modified 2 years ago

allow relative imports

Reported by: guest Owned by: tim
Priority: trivial Milestone:
Component: Library Version: trunk
Keywords: fpys relative imports Cc:

Description

The fpys module expects to be in the global PYTHON_PATH, typical usage patterns could vary and it may be more flexable to support relative imports. This is a minor patch:

in trunk/fpys/init.py


-from fpys.client import FlexiblePaymentClient?
+from client import FlexiblePaymentClient?

Change History

Changed 2 years ago by guest

Note: See TracTickets for help on using tickets.