Ignore:
Timestamp:
27 Jan 2023, 06:41:48 (20 months ago)
Author:
Henrik Bettermann
Message:

Adjust to base package.

Location:
main/kofacustom.nigeria/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/buildout.cfg

    r15800 r17316  
    77develop = .
    88parts =
    9     eggbasket
    109    app
    1110    i18n
     
    181180output = ${buildout:parts-directory}/etc/profile.ini
    182181
    183 [eggbasket]
    184 recipe = z3c.recipe.eggbasket
    185 eggs = grok
    186 url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz
    187 
    188182#[waeupdocs]
    189183#recipe = collective.recipe.sphinxbuilder
  • main/kofacustom.nigeria/trunk/src/kofacustom/__init__.py

    r12973 r17316  
    33    import pkg_resources
    44    pkg_resources.declare_namespace(__name__)
    5 except ImportError, e:
     5except ImportError:
    66    from pkgutil import extend_path
    77    __path__ = extend_path(__path__, __name__)
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/paypal/__init__.py

    r17249 r17316  
    2424
    2525def module_activated(session, payment):
    26     if payment is not None and not payment.p_currency in ('USD',):
    27         return False
     26    #if payment is not None and not payment.p_currency in ('USD',):
     27    #    return False
    2828    if queryUtility(IPaypalConfig) is None:
    2929        return False
Note: See TracChangeset for help on using the changeset viewer.