The wanpipe-7.0.14 package
refused to compile against my kernel version 3.16.7-ckt11-1 and using
DAHDI built from the contents of the
repo:
apt-get install \
libpri1.4 \
asterisk-dahdi \| # Based on http://codereview.stackexchange.com/questions/135366/python-iban-validation | |
| import string | |
| def is_iban(unchecked_iban): | |
| LETTERS = {ord(d): str(i) for i, d in enumerate(string.digits + string.ascii_uppercase)} | |
| def _number_iban(iban): |
The wanpipe-7.0.14 package
refused to compile against my kernel version 3.16.7-ckt11-1 and using
DAHDI built from the contents of the
repo:
apt-get install \
libpri1.4 \
asterisk-dahdi \| ### | |
| # This field is used on the user model to transparently add stuff from the | |
| # user profile object into the user resource. | |
| # | |
| # Copyright (c) 2012 Colin Sullivan <colinsul [at] gmail.com> | |
| # Licensed under the MIT License. | |
| ### | |
| class UserProfileManyToManyField(fields.ManyToManyField): | |
| ### | |
| # We will override the dehydrate method so when we're trying to dehydrate |