from regluit.payment.parameters import TRANSACTION_STATUS_ACTIVE
pull/1/head
Raymond Yee 2012-05-16 08:18:04 -07:00
parent bd66c62842
commit 57d74ecea1
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ import regluit
import regluit.core.isbn
import binascii
from regluit.payment.parameters import TRANSACTION_STATUS_ACTIVE
class UnglueitError(RuntimeError):
pass