"refactor" #1

This commit is contained in:
Kenneth Reitz
2011-07-23 00:19:13 -04:00
parent ecad4a9e25
commit eb8415770d
16 changed files with 0 additions and 2068 deletions
-13
View File
@@ -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'