From 31eb8e2e51ae4c3bb0efe92122d1a618cedced31 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 24 Jul 2011 18:13:35 -0400 Subject: omnijson --- github3/packages/omnijson/__init__.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 github3/packages/omnijson/__init__.py (limited to 'github3/packages/omnijson/__init__.py') diff --git a/github3/packages/omnijson/__init__.py b/github3/packages/omnijson/__init__.py new file mode 100644 index 0000000..c10c328 --- /dev/null +++ b/github3/packages/omnijson/__init__.py @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- + +from __future__ import absolute_import + +from .core import loads, dumps, JSONError + + +__all__ = ('loads', 'dumps', 'JSONError') + + +__version__ = '0.1.2' +__author__ = 'Kenneth Reitz' +__license__ = 'MIT' -- cgit v1.3-8-gc7d7