Skip to content

Commit

Permalink
Remove validators module and update "requires" list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goodall committed Dec 2, 2008
1 parent f0d046f commit bccad6c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 47 deletions.
1 change: 0 additions & 1 deletion schemaish.egg-info/SOURCES.txt
Expand Up @@ -2,7 +2,6 @@ setup.cfg
setup.py
schemaish/__init__.py
schemaish/attr.py
schemaish/validators.py
schemaish.egg-info/PKG-INFO
schemaish.egg-info/SOURCES.txt
schemaish.egg-info/dependency_links.txt
Expand Down
2 changes: 1 addition & 1 deletion schemaish.egg-info/requires.txt
@@ -1 +1 @@
formencode
validatish
6 changes: 2 additions & 4 deletions schemaish/__init__.py
Expand Up @@ -2,9 +2,7 @@
A high-level schema definition package, using formencode for validation.
"""

# Import all public (or at least often used) names from the schemaish package
# and useful public FormEncode names.

# Import all public (or at least all frequently used) names from the schemaish
# package.
from schemaish.attr import *
from schemaish.validators import *

40 changes: 0 additions & 40 deletions schemaish/validators.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
zip_safe=False,
install_requires=[
# -*- Extra requirements: -*-
'formencode',
'validatish',
],
entry_points="""
# -*- Entry points: -*-
Expand Down

0 comments on commit bccad6c

Please sign in to comment.