diff options
| author | 2011-07-23 00:19:13 -0400 | |
|---|---|---|
| committer | 2011-07-23 00:19:13 -0400 | |
| commit | eb8415770d094cd25f09890ea7d46c628c5eb5ba (patch) | |
| tree | dbc45a267b31ffeab082dc1c4145c75fb5903534 /github3/packages/omnijson/__init__.py | |
| parent | updates (diff) | |
| download | python-github3-eb8415770d094cd25f09890ea7d46c628c5eb5ba.tar.xz python-github3-eb8415770d094cd25f09890ea7d46c628c5eb5ba.zip | |
"refactor" #1
Diffstat (limited to 'github3/packages/omnijson/__init__.py')
| -rw-r--r-- | github3/packages/omnijson/__init__.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/github3/packages/omnijson/__init__.py b/github3/packages/omnijson/__init__.py deleted file mode 100644 index c10c328..0000000 --- a/github3/packages/omnijson/__init__.py +++ /dev/null @@ -1,13 +0,0 @@ -# -*- 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' |
