Skip to content

Commit ddcb601

Browse files
author
Jan Schrewe
committed
Remove forgotten import.
1 parent 4197023 commit ddcb601

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mongodbforms/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from django.forms.fields import *
22
from documents import *
3-
from fields import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='mongodbforms',
6-
version='0.1e',
6+
version='0.1f',
77
description="An implementation of django forms using mongoengine.",
88
author='Jan Schrewe',
99
author_email='jan@schafproductions.com',

0 commit comments

Comments
 (0)