From 6a4367a089a4ed920e8dc9a70f8926263914bd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Car=C3=ADcio?= Date: Thu, 5 May 2011 23:04:47 -0300 Subject: [PATCH] First commit. --- README | 0 django_pyvows/__init__.py | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 README create mode 100644 django_pyvows/__init__.py diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/django_pyvows/__init__.py b/django_pyvows/__init__.py new file mode 100644 index 0000000..6daa536 --- /dev/null +++ b/django_pyvows/__init__.py @@ -0,0 +1,11 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# django-pyvows extensions +# https://github.com/rafaelcaricio/django-pyvows + +# Licensed under the MIT license: +# http://www.opensource.org/licenses/mit-license +# Copyright (c) 2011 Rafael Caricio rafael@caricio.com + +__version__ = (0, 0, 1)