Ignore:
Timestamp:
23 Jan 2023, 08:49:10 (20 months ago)
Author:
uli
Message:

Fix tiny py3-blocker...

in a pretty central location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/__init__.py

    r7137 r17309  
    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__)
Note: See TracChangeset for help on using the changeset viewer.