Ticket #22 (new defect)
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
Note: See
TracTickets for help on using
tickets.
