Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
__all__ now defined by __init__.py, __version__ by build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Nordhausen committed Nov 2, 2015
1 parent d6373f6 commit ada16dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/python/yamlreader/yamlreader.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from __future__ import print_function, absolute_import, unicode_literals, division

__all__ = ["YamlReaderError", "yaml_load"]
__version__ = "3.0.1"

from yaml import MarkedYAMLError, safe_load, safe_dump
import glob
import os
Expand Down

0 comments on commit ada16dd

Please sign in to comment.