First commit.
This commit is contained in:
parent
f5b93a4961
commit
6a4367a089
2 changed files with 11 additions and 0 deletions
0
README
Normal file
0
README
Normal file
11
django_pyvows/__init__.py
Normal file
11
django_pyvows/__init__.py
Normal 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)
|
Reference in a new issue