Skip to content

Commit

Permalink
Merge pull request #940 from rizar/without_namespace_packages
Browse files Browse the repository at this point in the history
Disable namespace packages suppport
  • Loading branch information
bartvm committed Jan 13, 2016
2 parents 83c5d2a + c0640b0 commit 25c5141
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions blocks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
"""The blocks library for parametrized Theano ops."""
# Scary warning: Adding code to this file can break namespace packages
# See https://pythonhosted.org/setuptools/setuptools.html#namespace-packages
__import__("pkg_resources").declare_namespace(__name__)
__version__ = '0.1.1'

0 comments on commit 25c5141

Please sign in to comment.