cbor: add a __init__.py to top level cbor module
authorPulkit Goyal <7895pulkit@gmail.com>
Mon, 26 Mar 2018 10:22:13 -0700
changeset 37128 1236beb5d150
parent 37127 0e06d8086295
child 37129 aaabd709df72
cbor: add a __init__.py to top level cbor module Differential Revision: https://phab.mercurial-scm.org/D2752
mercurial/thirdparty/cbor/__init__.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mercurial/thirdparty/cbor/__init__.py	Mon Mar 26 10:22:13 2018 -0700
@@ -0,0 +1,1 @@
+from .cbor2 import load, loads, dump, dumps, CBORDecodeError, CBOREncodeError