summaryrefslogtreecommitdiff
path: root/anyjson/__init__.py
diff options
context:
space:
mode:
authorAsk Solem <ask@rabbitmq.com>2011-12-06 11:31:34 +0000
committerAsk Solem <ask@rabbitmq.com>2011-12-06 11:31:34 +0000
commit8953b3ced8f3e7d7ed0b0dd73a95fa0cce770200 (patch)
tree7937206f22c4f8e713a36cdbe973b98ceebd5c59 /anyjson/__init__.py
parentc407a756b008344a8ae5df31de3a6e869b3dca78 (diff)
downloadanyjson-8953b3ced8f3e7d7ed0b0dd73a95fa0cce770200.tar.gz
Doc regex didn't handle newlines
Diffstat (limited to 'anyjson/__init__.py')
-rw-r--r--anyjson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/anyjson/__init__.py b/anyjson/__init__.py
index 1cab2c5..053f1ed 100644
--- a/anyjson/__init__.py
+++ b/anyjson/__init__.py
@@ -6,7 +6,7 @@ import sys
VERSION = (0, 3, 1)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Rune Halvorsen"
-__contact__ "runefh@gmail.com"
+__contact__ = "runefh@gmail.com"
__homepage__ = "http://bitbucket.org/runeh/anyjson/"
__docformat__ = "restructuredtext"