hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 30 Mar 2017 00:33:00 -0400
changeset 33419 7c33adc823e0
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
win32: work around a WinError problem handling HRESULT types I ran into this ctypes bug while working with the Crypto API. While this could be an issue with any Win32 API in theory, the handful of things that we call are older functions that are unlikely to return COM errors, so I didn't retrofit this everywhere.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)