First commit.

This commit is contained in:
Rafael Carício 2011-05-05 23:04:47 -03:00
parent f5b93a4961
commit 6a4367a089
2 changed files with 11 additions and 0 deletions

0
README Normal file
View file

11
django_pyvows/__init__.py Normal file
View file

@ -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)