mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
9 lines
No EOL
240 B
Python
Executable file
9 lines
No EOL
240 B
Python
Executable file
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
from paypal.standard.forms import PayPalStandardBaseForm
|
|
from paypal.standard.pdt.models import PayPalPDT
|
|
|
|
|
|
class PayPalPDTForm(PayPalStandardBaseForm):
|
|
class Meta:
|
|
model = PayPalPDT |