Skip to content

Commit 2cd4f80

Browse files
committed
Just a little cleanup
1 parent 860e772 commit 2cd4f80

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

development.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
nose==1.3.0
22
rednose==0.4.1
3+
pandoc

python_jsonschema_objects/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
import python_jsonschema_objects.util
1212
import python_jsonschema_objects.markdown_support
1313

14+
__all__ = ['ObjectBuilder', 'markdown_support', 'ValidationError']
15+
1416
FILE = __file__
1517

1618
class ObjectBuilder(object):

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def parse_requirements(path):
5858
install_requires, dependency_links = \
5959
parse_requirements('requirements.txt')
6060

61-
6261
if __name__ == '__main__':
6362
if 'register' in sys.argv:
6463
import register

0 commit comments

Comments
 (0)