File: __init__.py

package info (click to toggle)
python-paypal 1.2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 220 kB
  • sloc: python: 945; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# coding=utf-8
#noinspection PyUnresolvedReferences
from paypal.interface import PayPalInterface
#noinspection PyUnresolvedReferences
from paypal.settings import PayPalConfig
#noinspection PyUnresolvedReferences
from paypal.exceptions import PayPalError, PayPalConfigError, PayPalAPIResponseError
#noinspection PyUnresolvedReferences
import paypal.countries

VERSION = '1.2.5'